#C93905

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

Shades of Harley Davidson Orange #C93905

Tints of Harley Davidson Orange #C93905

Color information

#C93905 (or 0xC93905) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 39 and 05. RGB value is (201,57,5). Sum of RGB (Red+Green+Blue) = 201+57+5=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C93905 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93905 is #36C6FA. Grayscale: #5E5E5E. Windows color (decimal): -3589883 or 342473. OLE color: 342473.

HSL color Cylindrical-coordinate representation of color #C93905: hue angle of 15.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C93905 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB201575-
CMYK00.720.980.21
HSL15.92º95.15%40.39%-
HSV(B)15.92º97.51%78.82%-
XYZ25.5815.351.76-
YUV94.1377.71204.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 76.43%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 5 (2.34% from 255) = 1.90%
R=76.43%
G=21.67%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20157500.720.980.2115.9295.1540.39
HexC93950486215105f28
Octal3117150110142252013750
Binary1100100111100110101001000110001010101100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93905; }

 p { color: rgb(201,57,5); }

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

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

 a { background-color: rgb(201,57,5); }

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

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

 span { border-color: rgb(201,57,5); }

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