Html Css Color HEX #C81C11 Harley Davidson Orange

📋 copy color: '#C81C11'

red 200 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #C81C11

Tints of Harley Davidson Orange #C81C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.43%

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

R = 81.63%
G = 11.43%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81C11 (or 0xC81C11) is known color: Harley Davidson Orange. HEX triplet: C8, 1C and 11. RGB value is (200,28,17). Sum of RGB (Red+Green+Blue) = 200+28+17=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 28 (11.33% from 255 or 11.43% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C11 is #37E3EE. Grayscale: #4E4E4E. Windows color (decimal): -3662831 or 1121480. OLE color: 1121480.

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

Color convert

RGB 200 28 17 -
CMYK 0 0.86 0.92 0.22
HSL 3.61º 0.84% 0.43% -
HSV(B) 3.61º 0.92% 0.78% -
XYZ 24.34 13.15 1.79 -
YUV 78.17 93.48 214.89 -
System Red Green Blue C M Y K H S L
Decimal 200 28 17 0 0.86 0.92 0.22 3.61 0.84 0.43
Hex C8 1C 11 0 56 5C 16 4 54 2B
Octal 310 34 21 0 126 134 26 4 124 53
Binary 11001000 11100 10001 0 1010110 1011100 10110 100 1010100 101011

Color Harmonies of #C81C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C11

Black with #C81C11

Text Example


Text Example

White with #C81C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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