Html Css Color HEX #C01E06 Harley Davidson Orange

📋 copy color: '#C01E06'

red 192 ◦ green 30 ◦ blue 6

#C01E06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #C01E06

Tints of Harley Davidson Orange #C01E06

RGB

 RED value IS 192 (75.39% from 255) = 84.21%

 GREEN value IS 30 (12.11% from 255) = 13.16%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 84.21%
G = 13.16%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#C01E06 (or 0xC01E06) is known color: Harley Davidson Orange. HEX triplet: C0, 1E and 06. RGB value is (192,30,6). Sum of RGB (Red+Green+Blue) = 192+30+6=228 (30% of max value = 765). Red value is 192 (75.39% from 255 or 84.21% from 228); Green value is 30 (12.11% from 255 or 13.16% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01E06 is #3FE1F9. Grayscale: #4B4B4B. Windows color (decimal): -4186618 or 401088. OLE color: 401088.

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

Color convert

RGB 192 30 6 -
CMYK 0 0.84 0.97 0.25
HSL 7.74º 0.94% 0.39% -
HSV(B) 7.74º 0.97% 0.75% -
XYZ 22.24 12.15 1.35 -
YUV 75.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 192 30 6 0 0.84 0.97 0.25 7.74 0.94 0.39
Hex C0 1E 6 0 54 61 19 8 5E 27
Octal 300 36 6 0 124 141 31 10 136 47
Binary 11000000 11110 110 0 1010100 1100001 11001 1000 1011110 100111

Color Harmonies of #C01E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01E06

Black with #C01E06

Text Example


Text Example

White with #C01E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01E06; }

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

 H1.HeaderClassName
 {
   color: #C01E06;
 }
 .AnyTagClassName
 {
   color: #C01E06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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