Html Css Color HEX #C81E16 Harley Davidson Orange

📋 copy color: '#C81E16'

red 200 ◦ green 30 ◦ blue 22

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

Shades of Harley Davidson Orange #C81E16

Tints of Harley Davidson Orange #C81E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.73%

R = 79.37%
G = 11.9%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C81E16 (or 0xC81E16) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 16. RGB value is (200,30,22). Sum of RGB (Red+Green+Blue) = 200+30+22=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E16 is #37E1E9. Grayscale: #505050. Windows color (decimal): -3662314 or 1449672. OLE color: 1449672.

HSL color Cylindrical-coordinate representation of color #C81E16: hue angle of 2.7º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81E16 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 30 22 -
CMYK 0 0.85 0.89 0.22
HSL 2.7º 0.8% 0.44% -
HSV(B) 2.7º 0.89% 0.78% -
XYZ 24.43 13.27 2.03 -
YUV 79.92 95.32 213.65 -
System Red Green Blue C M Y K H S L
Decimal 200 30 22 0 0.85 0.89 0.22 2.7 0.8 0.44
Hex C8 1E 16 0 55 59 16 3 50 2C
Octal 310 36 26 0 125 131 26 3 120 54
Binary 11001000 11110 10110 0 1010101 1011001 10110 11 1010000 101100

Color Harmonies of #C81E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E16

Black with #C81E16

Text Example


Text Example

White with #C81E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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