Html Css Color HEX #C82811 Harley Davidson Orange

📋 copy color: '#C82811'

red 200 ◦ green 40 ◦ blue 17

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

Shades of Harley Davidson Orange #C82811

Tints of Harley Davidson Orange #C82811

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.56%

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

R = 77.82%
G = 15.56%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82811 (or 0xC82811) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 11. RGB value is (200,40,17). Sum of RGB (Red+Green+Blue) = 200+40+17=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 17 (7.03% from 255 or 6.61% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C82811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82811 is #37D7EE. Grayscale: #555555. Windows color (decimal): -3659759 or 1124552. OLE color: 1124552.

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

Color convert

RGB 200 40 17 -
CMYK 0 0.8 0.92 0.22
HSL 7.54º 0.84% 0.43% -
HSV(B) 7.54º 0.92% 0.78% -
XYZ 24.68 13.84 1.9 -
YUV 85.22 89.51 209.87 -
System Red Green Blue C M Y K H S L
Decimal 200 40 17 0 0.8 0.92 0.22 7.54 0.84 0.43
Hex C8 28 11 0 50 5C 16 8 54 2B
Octal 310 50 21 0 120 134 26 10 124 53
Binary 11001000 101000 10001 0 1010000 1011100 10110 1000 1010100 101011

Color Harmonies of #C82811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82811

Black with #C82811

Text Example


Text Example

White with #C82811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82811; }

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

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

background-color css

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

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

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

border-color css

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

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

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