Html Css Color HEX #C82911 Harley Davidson Orange

📋 copy color: '#C82911'

red 200 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #C82911

Tints of Harley Davidson Orange #C82911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.89%

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

R = 77.52%
G = 15.89%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C82911 (or 0xC82911) is known color: Harley Davidson Orange. HEX triplet: C8, 29 and 11. RGB value is (200,41,17). Sum of RGB (Red+Green+Blue) = 200+41+17=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C82911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82911 is #37D6EE. Grayscale: #565656. Windows color (decimal): -3659503 or 1124808. OLE color: 1124808.

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

Color convert

RGB 200 41 17 -
CMYK 0 0.80 0.92 0.22
HSL 7.87º 0.84% 0.43% -
HSV(B) 7.87º 0.92% 0.78% -
XYZ 24.71 13.91 1.91 -
YUV 85.81 89.18 209.45 -
System Red Green Blue C M Y K H S L
Decimal 200 41 17 0 0.80 0.92 0.22 7.87 0.84 0.43
Hex C8 29 11 0 50 5C 16 8 54 2B
Octal 310 51 21 0 120 134 26 10 124 53
Binary 11001000 101001 10001 0 1010000 1011100 10110 1000 1010100 101011

Color Harmonies of #C82911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82911

Black with #C82911

Text Example


Text Example

White with #C82911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82911; }

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

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

background-color css

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

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

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

border-color css

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

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

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