Html Css Color HEX #C81F10 Harley Davidson Orange

📋 copy color: '#C81F10'

red 200 ◦ green 31 ◦ blue 16

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

Shades of Harley Davidson Orange #C81F10

Tints of Harley Davidson Orange #C81F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 80.97%
G = 12.55%
B = 6.48%

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

#C81F10 (or 0xC81F10) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 10. RGB value is (200,31,16). Sum of RGB (Red+Green+Blue) = 200+31+16=247 (32% of max value = 765). Red value is 200 (78.52% from 255 or 80.97% from 247); Green value is 31 (12.5% from 255 or 12.55% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F10 is #37E0EF. Grayscale: #505050. Windows color (decimal): -3662064 or 1056712. OLE color: 1056712.

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

Color convert

RGB 200 31 16 -
CMYK 0 0.84 0.92 0.22
HSL 4.89º 0.85% 0.42% -
HSV(B) 4.89º 0.92% 0.78% -
XYZ 24.4 13.3 1.77 -
YUV 79.82 91.99 213.72 -
System Red Green Blue C M Y K H S L
Decimal 200 31 16 0 0.84 0.92 0.22 4.89 0.85 0.42
Hex C8 1F 10 0 54 5C 16 5 55 2A
Octal 310 37 20 0 124 134 26 5 125 52
Binary 11001000 11111 10000 0 1010100 1011100 10110 101 1010101 101010

Color Harmonies of #C81F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F10

Black with #C81F10

Text Example


Text Example

White with #C81F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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