#C4290F

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

Shades of Harley Davidson Orange #C4290F

Tints of Harley Davidson Orange #C4290F

Color information

#C4290F (or 0xC4290F) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 29 and 0F. RGB value is (196,41,15). Sum of RGB (Red+Green+Blue) = 196+41+15=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C4290F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4290F is #3BD6F0. Grayscale: #545454. Windows color (decimal): -3921649 or 993732. OLE color: 993732.

HSL color Cylindrical-coordinate representation of color #C4290F: hue angle of 8.62º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4290F is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB1964115-
CMYK00.790.920.23
HSL8.62º85.78%41.37%-
HSV(B)8.62º92.35%76.86%-
XYZ23.6413.361.78-
YUV84.3888.85207.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 77.78%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=77.78%
G=16.27%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196411500.790.920.238.6285.7841.37
HexC429F04F5C1795629
Octal30451170117134271112651
Binary1100010010100111110100111110111001011110011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4290F; }

 p { color: rgb(196,41,15); }

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

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

 a { background-color: rgb(196,41,15); }

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

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

 span { border-color: rgb(196,41,15); }

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