Html Css Color HEX #C82009 Harley Davidson Orange

📋 copy color: '#C82009'

red 200 ◦ green 32 ◦ blue 9

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

Shades of Harley Davidson Orange #C82009

Tints of Harley Davidson Orange #C82009

RGB

 RED value IS 200 (78.52% from 255) = 82.99%

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

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 82.99%
G = 13.28%
B = 3.73%

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

#C82009 (or 0xC82009) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 09. RGB value is (200,32,9). Sum of RGB (Red+Green+Blue) = 200+32+9=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C82009 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82009 is #37DFF6. Grayscale: #4F4F4F. Windows color (decimal): -3661815 or 598216. OLE color: 598216.

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

Color convert

RGB 200 32 9 -
CMYK 0 0.84 0.96 0.22
HSL 7.23º 0.91% 0.41% -
HSV(B) 7.23º 0.96% 0.78% -
XYZ 24.39 13.33 1.55 -
YUV 79.61 88.16 213.87 -
System Red Green Blue C M Y K H S L
Decimal 200 32 9 0 0.84 0.96 0.22 7.23 0.91 0.41
Hex C8 20 9 0 54 60 16 7 5B 29
Octal 310 40 11 0 124 140 26 7 133 51
Binary 11001000 100000 1001 0 1010100 1100000 10110 111 1011011 101001

Color Harmonies of #C82009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82009

Black with #C82009

Text Example


Text Example

White with #C82009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82009; }

 p { color: rgb(200,32,9); }

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

background-color css

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

 a { background-color: rgb(200,32,9); }

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

border-color css

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

 span { border-color: rgb(200,32,9); }

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