#C93D0D

Color #C93D0D Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C93D0D

Tints of Harley Davidson Orange #C93D0D

Color information

#C93D0D (or 0xC93D0D) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 3D and 0D. RGB value is (201,61,13). Sum of RGB (Red+Green+Blue) = 201+61+13=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D0D is #36C2F2. Grayscale: #616161. Windows color (decimal): -3588851 or 867785. OLE color: 867785.

HSL color Cylindrical-coordinate representation of color #C93D0D: hue angle of 15.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C93D0D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2016113-
CMYK00.700.940.21
HSL15.32º87.85%41.96%-
HSV(B)15.32º93.53%78.82%-
XYZ25.8315.782.07-
YUV97.3980.38201.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 73.09%
GREEN value IS 61 (24.22% from 255) = 22.18%
BLUE value IS 13 (5.47% from 255) = 4.73%
R=73.09%
G=22.18%
B=4.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201611300.700.940.2115.3287.8541.96
HexC93DD0465E15f582a
Octal31175150106136251713052
Binary1100100111110111010100011010111101010111111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93D0D; }

 p { color: rgb(201,61,13); }

 H1.HeaderClassName
 {
   color: #C93D0D;
 }
 .AnyTagClassName
 {
   color: #C93D0D;
 }
</style>
background-color css

<style>
 a { background-color: #C93D0D; }

 a { background-color: rgb(201,61,13); }

 div.DivClassName
 {
   background-color: #C93D0D;
 }
 .BgClassName
 {
   background-color: #C93D0D;
 }
</style>
border-color css

<style>
 span { border-color: #C93D0D; }

 span { border-color: rgb(201,61,13); }

 td.TdClassName
 {
   border-color: #C93D0D;
 }
 .TagClassName
 {
   border-color: #C93D0D;
 }
</style>