Html Css Color HEX #C81A08 Harley Davidson Orange

📋 copy color: '#C81A08'

red 200 ◦ green 26 ◦ blue 8

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

Shades of Harley Davidson Orange #C81A08

Tints of Harley Davidson Orange #C81A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.42%

R = 85.47%
G = 11.11%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C81A08 (or 0xC81A08) is known color: Harley Davidson Orange. HEX triplet: C8, 1A and 08. RGB value is (200,26,8). Sum of RGB (Red+Green+Blue) = 200+26+8=234 (30% of max value = 765). Red value is 200 (78.52% from 255 or 85.47% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 8 (3.52% from 255 or 3.42% from 234); Max value from RGB is 200 - color contains mainly: red. Hex color #C81A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C81A08 is #37E5F7. Grayscale: #4C4C4C. Windows color (decimal): -3663352 or 531144. OLE color: 531144.

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

Color convert

RGB 200 26 8 -
CMYK 0 0.87 0.96 0.22
HSL 5.63º 0.92% 0.41% -
HSV(B) 5.63º 0.96% 0.78% -
XYZ 24.23 13.04 1.47 -
YUV 75.97 89.65 216.46 -
System Red Green Blue C M Y K H S L
Decimal 200 26 8 0 0.87 0.96 0.22 5.63 0.92 0.41
Hex C8 1A 8 0 57 60 16 6 5C 29
Octal 310 32 10 0 127 140 26 6 134 51
Binary 11001000 11010 1000 0 1010111 1100000 10110 110 1011100 101001

Color Harmonies of #C81A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C81A08

Black with #C81A08

Text Example


Text Example

White with #C81A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C81A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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