Html Css Color HEX #C81C0C Harley Davidson Orange

📋 copy color: '#C81C0C'

red 200 ◦ green 28 ◦ blue 12

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

Shades of Harley Davidson Orange #C81C0C

Tints of Harley Davidson Orange #C81C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 83.33%
G = 11.67%
B = 5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C81C0C (or 0xC81C0C) is known color: Harley Davidson Orange. HEX triplet: C8, 1C and 0C. RGB value is (200,28,12). Sum of RGB (Red+Green+Blue) = 200+28+12=240 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.33% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 200 - color contains mainly: red. Hex color #C81C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81C0C is #37E3F3. Grayscale: #4D4D4D. Windows color (decimal): -3662836 or 793800. OLE color: 793800.

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

Color convert

RGB 200 28 12 -
CMYK 0 0.86 0.94 0.22
HSL 5.11º 0.89% 0.42% -
HSV(B) 5.11º 0.94% 0.78% -
XYZ 24.3 13.14 1.6 -
YUV 77.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 200 28 12 0 0.86 0.94 0.22 5.11 0.89 0.42
Hex C8 1C C 0 56 5E 16 5 59 2A
Octal 310 34 14 0 126 136 26 5 131 52
Binary 11001000 11100 1100 0 1010110 1011110 10110 101 1011001 101010

Color Harmonies of #C81C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81C0C

Black with #C81C0C

Text Example


Text Example

White with #C81C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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