Html Css Color HEX #C62006 Harley Davidson Orange

📋 copy color: '#C62006'

red 198 ◦ green 32 ◦ blue 6

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

Shades of Harley Davidson Orange #C62006

Tints of Harley Davidson Orange #C62006

RGB

 RED value IS 198 (77.73% from 255) = 83.9%

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 83.9%
G = 13.56%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62006 (or 0xC62006) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 06. RGB value is (198,32,6). Sum of RGB (Red+Green+Blue) = 198+32+6=236 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.90% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 198 - color contains mainly: red. Hex color #C62006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62006 is #39DFF9. Grayscale: #4E4E4E. Windows color (decimal): -3792890 or 401606. OLE color: 401606.

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

Color convert

RGB 198 32 6 -
CMYK 0 0.84 0.97 0.22
HSL 8.13º 0.94% 0.4% -
HSV(B) 8.13º 0.97% 0.78% -
XYZ 23.84 13.05 1.44 -
YUV 78.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 198 32 6 0 0.84 0.97 0.22 8.13 0.94 0.4
Hex C6 20 6 0 54 61 16 8 5E 28
Octal 306 40 6 0 124 141 26 10 136 50
Binary 11000110 100000 110 0 1010100 1100001 10110 1000 1011110 101000

Color Harmonies of #C62006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62006

Black with #C62006

Text Example


Text Example

White with #C62006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62006; }

 p { color: rgb(198,32,6); }

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

background-color css

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

 a { background-color: rgb(198,32,6); }

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

border-color css

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

 span { border-color: rgb(198,32,6); }

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