Html Css Color HEX #C82209 Harley Davidson Orange

📋 copy color: '#C82209'

red 200 ◦ green 34 ◦ blue 9

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

Shades of Harley Davidson Orange #C82209

Tints of Harley Davidson Orange #C82209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 82.3%
G = 13.99%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C82209 (or 0xC82209) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 09. RGB value is (200,34,9). Sum of RGB (Red+Green+Blue) = 200+34+9=243 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.30% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 200 - color contains mainly: red. Hex color #C82209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82209 is #37DDF6. Grayscale: #515151. Windows color (decimal): -3661303 or 598728. OLE color: 598728.

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

Color convert

RGB 200 34 9 -
CMYK 0 0.83 0.96 0.22
HSL 7.85º 0.91% 0.41% -
HSV(B) 7.85º 0.96% 0.78% -
XYZ 24.44 13.44 1.57 -
YUV 80.78 87.5 213.03 -
System Red Green Blue C M Y K H S L
Decimal 200 34 9 0 0.83 0.96 0.22 7.85 0.91 0.41
Hex C8 22 9 0 53 60 16 8 5B 29
Octal 310 42 11 0 123 140 26 10 133 51
Binary 11001000 100010 1001 0 1010011 1100000 10110 1000 1011011 101001

Color Harmonies of #C82209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82209

Black with #C82209

Text Example


Text Example

White with #C82209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82209; }

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

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

background-color css

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

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

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

border-color css

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

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

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