#C8401F

Color #C8401F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C8401F

Tints of Harley Davidson Orange #C8401F

Color information

#C8401F (or 0xC8401F) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 40 and 1F. RGB value is (200,64,31). Sum of RGB (Red+Green+Blue) = 200+64+31=295 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.80% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 200 - color contains mainly: red. Hex color #C8401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8401F is #37BFE0. Grayscale: #656565. Windows color (decimal): -3653601 or 2048200. OLE color: 2048200.

HSL color Cylindrical-coordinate representation of color #C8401F: hue angle of 11.72º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8401F is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2006431-
CMYK00.680.840.22
HSL11.72º73.16%45.29%-
HSV(B)11.72º84.5%78.43%-
XYZ25.916.053.03-
YUV100.988.56198.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 67.80%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 31 (12.5% from 255) = 10.51%
R=67.80%
G=21.69%
B=10.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200643100.680.840.2211.7273.1645.29
HexC8401F0445416c492d
Octal310100370104124261411155
Binary110010001000000111110100010010101001011011001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8401F; }

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

 H1.HeaderClassName
 {
   color: #C8401F;
 }
 .AnyTagClassName
 {
   color: #C8401F;
 }
</style>
background-color css

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

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

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

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

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

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