#C8441A

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

Shades of Harley Davidson Orange #C8441A

Tints of Harley Davidson Orange #C8441A

Color information

#C8441A (or 0xC8441A) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 44 and 1A. RGB value is (200,68,26). Sum of RGB (Red+Green+Blue) = 200+68+26=294 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.03% from 294); Green value is 68 (26.95% from 255 or 23.13% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 200 - color contains mainly: red. Hex color #C8441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8441A is #37BBE5. Grayscale: #666666. Windows color (decimal): -3652582 or 1721544. OLE color: 1721544.

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

Color convert

RGB2006826-
CMYK00.660.870.22
HSL14.48º76.99%44.31%-
HSV(B)14.48º87%78.43%-
XYZ26.0716.492.79-
YUV102.6884.73197.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.03%
GREEN value IS 68 (26.95% from 255) = 23.13%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=68.03%
G=23.13%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200682600.660.870.2214.4876.9944.31
HexC8441A0425716e4d2c
Octal310104320102127261611554
Binary110010001000100110100100001010101111011011101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8441A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8441A; }

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

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

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

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

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

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

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

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