Html Css Color HEX #C81A10 Harley Davidson Orange

📋 copy color: '#C81A10'

red 200 ◦ green 26 ◦ blue 16

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

Shades of Harley Davidson Orange #C81A10

Tints of Harley Davidson Orange #C81A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 82.64%
G = 10.74%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C81A10 (or 0xC81A10) is known color: Harley Davidson Orange. HEX triplet: C8, 1A and 10. RGB value is (200,26,16). Sum of RGB (Red+Green+Blue) = 200+26+16=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A10 is #37E5EF. Grayscale: #4D4D4D. Windows color (decimal): -3663344 or 1055432. OLE color: 1055432.

HSL color Cylindrical-coordinate representation of color #C81A10: hue angle of 3.26º 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 #C81A10 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 26 16 -
CMYK 0 0.87 0.92 0.22
HSL 3.26º 0.85% 0.42% -
HSV(B) 3.26º 0.92% 0.78% -
XYZ 24.28 13.06 1.73 -
YUV 76.89 93.65 215.81 -
System Red Green Blue C M Y K H S L
Decimal 200 26 16 0 0.87 0.92 0.22 3.26 0.85 0.42
Hex C8 1A 10 0 57 5C 16 3 55 2A
Octal 310 32 20 0 127 134 26 3 125 52
Binary 11001000 11010 10000 0 1010111 1011100 10110 11 1010101 101010

Color Harmonies of #C81A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A10

Black with #C81A10

Text Example


Text Example

White with #C81A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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