#C01E00

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

Shades of Harley Davidson Orange #C01E00

Tints of Harley Davidson Orange #C01E00

Color information

#C01E00 (or 0xC01E00) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 1E and 00. RGB value is (192,30,0). Sum of RGB (Red+Green+Blue) = 192+30+0=222 (29% of max value = 765). Red value is 192 (75.39% from 255 or 86.49% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E00 is #3FE1FF. Grayscale: #4B4B4B. Windows color (decimal): -4186624 or 7872. OLE color: 7872.

HSL color Cylindrical-coordinate representation of color #C01E00: hue angle of 9.38º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C01E00 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB192300-
CMYK00.8410.25
HSL9.38º100%37.65%-
HSV(B)9.38º100%75.29%-
XYZ22.212.141.17-
YUV75.0285.67211.44-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 86.49%
GREEN value IS 30 (12.11% from 255) = 13.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.49%
G=13.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19230000.8410.259.3810037.65
HexC01E0054641996426
Octal3003600124144311114446
Binary110000001111000101010011001001100110011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01E00; }

 p { color: rgb(192,30,0); }

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

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

 a { background-color: rgb(192,30,0); }

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

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

 span { border-color: rgb(192,30,0); }

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