Html Css Color HEX #C62808 Harley Davidson Orange

📋 copy color: '#C62808'

red 198 ◦ green 40 ◦ blue 8

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

Shades of Harley Davidson Orange #C62808

Tints of Harley Davidson Orange #C62808

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.26%

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

R = 80.49%
G = 16.26%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C62808 (or 0xC62808) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 08. RGB value is (198,40,8). Sum of RGB (Red+Green+Blue) = 198+40+8=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C62808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62808 is #39D7F7. Grayscale: #535353. Windows color (decimal): -3790840 or 534726. OLE color: 534726.

HSL color Cylindrical-coordinate representation of color #C62808: hue angle of 10.11º 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 #C62808 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 8 -
CMYK 0 0.80 0.96 0.22
HSL 10.11º 0.92% 0.4% -
HSV(B) 10.11º 0.96% 0.78% -
XYZ 24.09 13.54 1.57 -
YUV 83.59 85.35 209.6 -
System Red Green Blue C M Y K H S L
Decimal 198 40 8 0 0.80 0.96 0.22 10.11 0.92 0.4
Hex C6 28 8 0 50 60 16 A 5C 28
Octal 306 50 10 0 120 140 26 12 134 50
Binary 11000110 101000 1000 0 1010000 1100000 10110 1010 1011100 101000

Color Harmonies of #C62808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62808

Black with #C62808

Text Example


Text Example

White with #C62808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62808; }

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

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

background-color css

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

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

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

border-color css

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

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

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