Html Css Color HEX #C62008 Harley Davidson Orange

📋 copy color: '#C62008'

red 198 ◦ green 32 ◦ blue 8

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

Shades of Harley Davidson Orange #C62008

Tints of Harley Davidson Orange #C62008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.36%

R = 83.19%
G = 13.45%
B = 3.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C62008 (or 0xC62008) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 08. RGB value is (198,32,8). Sum of RGB (Red+Green+Blue) = 198+32+8=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62008 is #39DFF7. Grayscale: #4F4F4F. Windows color (decimal): -3792888 or 532678. OLE color: 532678.

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

Color convert

RGB 198 32 8 -
CMYK 0 0.84 0.96 0.22
HSL 7.58º 0.92% 0.4% -
HSV(B) 7.58º 0.96% 0.78% -
XYZ 23.85 13.06 1.49 -
YUV 78.9 88 212.95 -
System Red Green Blue C M Y K H S L
Decimal 198 32 8 0 0.84 0.96 0.22 7.58 0.92 0.4
Hex C6 20 8 0 54 60 16 8 5C 28
Octal 306 40 10 0 124 140 26 10 134 50
Binary 11000110 100000 1000 0 1010100 1100000 10110 1000 1011100 101000

Color Harmonies of #C62008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62008

Black with #C62008

Text Example


Text Example

White with #C62008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62008; }

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

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

background-color css

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

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

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

border-color css

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

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

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