Html Css Color HEX #C81F15 Harley Davidson Orange

📋 copy color: '#C81F15'

red 200 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #C81F15

Tints of Harley Davidson Orange #C81F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 79.37%
G = 12.3%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C81F15 (or 0xC81F15) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 15. RGB value is (200,31,21). Sum of RGB (Red+Green+Blue) = 200+31+21=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 31 (12.5% from 255 or 12.30% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F15 is #37E0EA. Grayscale: #505050. Windows color (decimal): -3662059 or 1384392. OLE color: 1384392.

HSL color Cylindrical-coordinate representation of color #C81F15: hue angle of 3.35º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C81F15 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 31 21 -
CMYK 0 0.84 0.90 0.22
HSL 3.35º 0.81% 0.43% -
HSV(B) 3.35º 0.9% 0.78% -
XYZ 24.44 13.31 1.99 -
YUV 80.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 200 31 21 0 0.84 0.90 0.22 3.35 0.81 0.43
Hex C8 1F 15 0 54 5A 16 3 51 2B
Octal 310 37 25 0 124 132 26 3 121 53
Binary 11001000 11111 10101 0 1010100 1011010 10110 11 1010001 101011

Color Harmonies of #C81F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F15

Black with #C81F15

Text Example


Text Example

White with #C81F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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