Html Css Color HEX #C82200 Harley Davidson Orange

📋 copy color: '#C82200'

red 200 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #C82200

Tints of Harley Davidson Orange #C82200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.47%
G = 14.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C82200 (or 0xC82200) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 00. RGB value is (200,34,0). Sum of RGB (Red+Green+Blue) = 200+34+0=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C82200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82200 is #37DDFF. Grayscale: #505050. Windows color (decimal): -3661312 or 8904. OLE color: 8904.

HSL color Cylindrical-coordinate representation of color #C82200: hue angle of 10.2º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C82200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 34 0 -
CMYK 0 0.83 1 0.22
HSL 10.2º 1% 0.39% -
HSV(B) 10.2º 1% 0.78% -
XYZ 24.39 13.42 1.31 -
YUV 79.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 200 34 0 0 0.83 1 0.22 10.2 1 0.39
Hex C8 22 0 0 53 64 16 A 64 27
Octal 310 42 0 0 123 144 26 12 144 47
Binary 11001000 100010 0 0 1010011 1100100 10110 1010 1100100 100111

Color Harmonies of #C82200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82200

Black with #C82200

Text Example


Text Example

White with #C82200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82200; }

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

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

background-color css

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

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

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

border-color css

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

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

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