Html Css Color HEX #C81F0A Harley Davidson Orange

📋 copy color: '#C81F0A'

red 200 ◦ green 31 ◦ blue 10

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

Shades of Harley Davidson Orange #C81F0A

Tints of Harley Davidson Orange #C81F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 82.99%
G = 12.86%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#C81F0A (or 0xC81F0A) is known color: Harley Davidson Orange. HEX triplet: C8, 1F and 0A. RGB value is (200,31,10). Sum of RGB (Red+Green+Blue) = 200+31+10=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C81F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81F0A is #37E0F5. Grayscale: #4F4F4F. Windows color (decimal): -3662070 or 663496. OLE color: 663496.

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

Color convert

RGB 200 31 10 -
CMYK 0 0.84 0.95 0.22
HSL 6.63º 0.9% 0.41% -
HSV(B) 6.63º 0.95% 0.78% -
XYZ 24.36 13.28 1.57 -
YUV 79.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 200 31 10 0 0.84 0.95 0.22 6.63 0.9 0.41
Hex C8 1F A 0 54 5F 16 7 5A 29
Octal 310 37 12 0 124 137 26 7 132 51
Binary 11001000 11111 1010 0 1010100 1011111 10110 111 1011010 101001

Color Harmonies of #C81F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81F0A

Black with #C81F0A

Text Example


Text Example

White with #C81F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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