Html Css Color HEX #C81F11 Harley Davidson Orange

📋 copy color: '#C81F11'

red 200 ◦ green 31 ◦ blue 17

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

Shades of Harley Davidson Orange #C81F11

Tints of Harley Davidson Orange #C81F11

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.5%

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

R = 80.65%
G = 12.5%
B = 6.85%

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

#C81F11 (or 0xC81F11) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 11. RGB value is (200,31,17). Sum of RGB (Red+Green+Blue) = 200+31+17=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 31 (12.5% from 255 or 12.5% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F11 is #37E0EE. Grayscale: #505050. Windows color (decimal): -3662063 or 1122248. OLE color: 1122248.

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

Color convert

RGB 200 31 17 -
CMYK 0 0.84 0.92 0.22
HSL 4.59º 0.84% 0.43% -
HSV(B) 4.59º 0.92% 0.78% -
XYZ 24.41 13.3 1.81 -
YUV 79.94 92.49 213.64 -
System Red Green Blue C M Y K H S L
Decimal 200 31 17 0 0.84 0.92 0.22 4.59 0.84 0.43
Hex C8 1F 11 0 54 5C 16 5 54 2B
Octal 310 37 21 0 124 134 26 5 124 53
Binary 11001000 11111 10001 0 1010100 1011100 10110 101 1010100 101011

Color Harmonies of #C81F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F11

Black with #C81F11

Text Example


Text Example

White with #C81F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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