Html Css Color HEX #C82111 Harley Davidson Orange

📋 copy color: '#C82111'

red 200 ◦ green 33 ◦ blue 17

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

Shades of Harley Davidson Orange #C82111

Tints of Harley Davidson Orange #C82111

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.2%

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

R = 80%
G = 13.2%
B = 6.8%

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

#C82111 (or 0xC82111) is known color: Harley Davidson Orange. HEX triplet: C8, 21 and 11. RGB value is (200,33,17). Sum of RGB (Red+Green+Blue) = 200+33+17=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 33 (13.28% from 255 or 13.2% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C82111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82111 is #37DEEE. Grayscale: #515151. Windows color (decimal): -3661551 or 1122760. OLE color: 1122760.

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

Color convert

RGB 200 33 17 -
CMYK 0 0.84 0.92 0.22
HSL 5.25º 0.84% 0.43% -
HSV(B) 5.25º 0.92% 0.78% -
XYZ 24.46 13.41 1.83 -
YUV 81.11 91.83 212.8 -
System Red Green Blue C M Y K H S L
Decimal 200 33 17 0 0.84 0.92 0.22 5.25 0.84 0.43
Hex C8 21 11 0 54 5C 16 5 54 2B
Octal 310 41 21 0 124 134 26 5 124 53
Binary 11001000 100001 10001 0 1010100 1011100 10110 101 1010100 101011

Color Harmonies of #C82111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82111

Black with #C82111

Text Example


Text Example

White with #C82111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82111; }

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

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

background-color css

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

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

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

border-color css

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

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

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