Html Css Color HEX #C82011 Harley Davidson Orange

📋 copy color: '#C82011'

red 200 ◦ green 32 ◦ blue 17

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

Shades of Harley Davidson Orange #C82011

Tints of Harley Davidson Orange #C82011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 80.32%
G = 12.85%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82011 (or 0xC82011) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 11. RGB value is (200,32,17). Sum of RGB (Red+Green+Blue) = 200+32+17=249 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.32% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 200 - color contains mainly: red. Hex color #C82011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82011 is #37DFEE. Grayscale: #505050. Windows color (decimal): -3661807 or 1122504. OLE color: 1122504.

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

Color convert

RGB 200 32 17 -
CMYK 0 0.84 0.92 0.22
HSL 4.92º 0.84% 0.43% -
HSV(B) 4.92º 0.92% 0.78% -
XYZ 24.44 13.35 1.82 -
YUV 80.52 92.16 213.22 -
System Red Green Blue C M Y K H S L
Decimal 200 32 17 0 0.84 0.92 0.22 4.92 0.84 0.43
Hex C8 20 11 0 54 5C 16 5 54 2B
Octal 310 40 21 0 124 134 26 5 124 53
Binary 11001000 100000 10001 0 1010100 1011100 10110 101 1010100 101011

Color Harmonies of #C82011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82011

Black with #C82011

Text Example


Text Example

White with #C82011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82011; }

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

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

background-color css

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

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

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

border-color css

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

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

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