Html Css Color HEX #C81E12 Harley Davidson Orange

📋 copy color: '#C81E12'

red 200 ◦ green 30 ◦ blue 18

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

Shades of Harley Davidson Orange #C81E12

Tints of Harley Davidson Orange #C81E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 80.65%
G = 12.1%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C81E12 (or 0xC81E12) is known color: Harley Davidson Orange. HEX triplet: C8, 1E and 12. RGB value is (200,30,18). Sum of RGB (Red+Green+Blue) = 200+30+18=248 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.65% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 200 - color contains mainly: red. Hex color #C81E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81E12 is #37E1ED. Grayscale: #4F4F4F. Windows color (decimal): -3662318 or 1187528. OLE color: 1187528.

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

Color convert

RGB 200 30 18 -
CMYK 0 0.85 0.91 0.22
HSL 3.96º 0.83% 0.43% -
HSV(B) 3.96º 0.91% 0.78% -
XYZ 24.39 13.25 1.84 -
YUV 79.46 93.32 213.98 -
System Red Green Blue C M Y K H S L
Decimal 200 30 18 0 0.85 0.91 0.22 3.96 0.83 0.43
Hex C8 1E 12 0 55 5B 16 4 53 2B
Octal 310 36 22 0 125 133 26 4 123 53
Binary 11001000 11110 10010 0 1010101 1011011 10110 100 1010011 101011

Color Harmonies of #C81E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81E12

Black with #C81E12

Text Example


Text Example

White with #C81E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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