Html Css Color HEX #C81E11 Harley Davidson Orange

📋 copy color: '#C81E11'

red 200 ◦ green 30 ◦ blue 17

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

Shades of Harley Davidson Orange #C81E11

Tints of Harley Davidson Orange #C81E11

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.15%

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

R = 80.97%
G = 12.15%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81E11 (or 0xC81E11) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 11. RGB value is (200,30,17). Sum of RGB (Red+Green+Blue) = 200+30+17=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E11 is #37E1EE. Grayscale: #4F4F4F. Windows color (decimal): -3662319 or 1121992. OLE color: 1121992.

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

Color convert

RGB 200 30 17 -
CMYK 0 0.85 0.92 0.22
HSL 4.26º 0.84% 0.43% -
HSV(B) 4.26º 0.92% 0.78% -
XYZ 24.38 13.25 1.8 -
YUV 79.35 92.82 214.06 -
System Red Green Blue C M Y K H S L
Decimal 200 30 17 0 0.85 0.92 0.22 4.26 0.84 0.43
Hex C8 1E 11 0 55 5C 16 4 54 2B
Octal 310 36 21 0 125 134 26 4 124 53
Binary 11001000 11110 10001 0 1010101 1011100 10110 100 1010100 101011

Color Harmonies of #C81E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E11

Black with #C81E11

Text Example


Text Example

White with #C81E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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