Html Css Color HEX #C81F0F Harley Davidson Orange

📋 copy color: '#C81F0F'

red 200 ◦ green 31 ◦ blue 15

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

Shades of Harley Davidson Orange #C81F0F

Tints of Harley Davidson Orange #C81F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 81.3%
G = 12.6%
B = 6.1%

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

#C81F0F (or 0xC81F0F) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 0F. RGB value is (200,31,15). Sum of RGB (Red+Green+Blue) = 200+31+15=246 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.30% from 246); Green value is 31 (12.5% from 255 or 12.60% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F0F is #37E0F0. Grayscale: #4F4F4F. Windows color (decimal): -3662065 or 991176. OLE color: 991176.

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

Color convert

RGB 200 31 15 -
CMYK 0 0.84 0.92 0.22
HSL 5.19º 0.86% 0.42% -
HSV(B) 5.19º 0.93% 0.78% -
XYZ 24.4 13.29 1.73 -
YUV 79.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 200 31 15 0 0.84 0.92 0.22 5.19 0.86 0.42
Hex C8 1F F 0 54 5C 16 5 56 2A
Octal 310 37 17 0 124 134 26 5 126 52
Binary 11001000 11111 1111 0 1010100 1011100 10110 101 1010110 101010

Color Harmonies of #C81F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F0F

Black with #C81F0F

Text Example


Text Example

White with #C81F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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