#C42C04

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

Shades of Harley Davidson Orange #C42C04

Tints of Harley Davidson Orange #C42C04

Color information

#C42C04 (or 0xC42C04) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 2C and 04. RGB value is (196,44,4). Sum of RGB (Red+Green+Blue) = 196+44+4=244 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.33% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C42C04 is #3BD3FB. Grayscale: #555555. Windows color (decimal): -3920892 or 273604. OLE color: 273604.

HSL color Cylindrical-coordinate representation of color #C42C04: hue angle of 12.5º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C42C04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB196444-
CMYK00.780.980.23
HSL12.5º96%39.22%-
HSV(B)12.5º97.96%76.86%-
XYZ23.6913.551.48-
YUV84.8982.36207.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 80.33%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 4 (1.95% from 255) = 1.64%
R=80.33%
G=18.03%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19644400.780.980.2312.59639.22
HexC42C404E6217c6027
Octal3045440116142271414047
Binary110001001011001000100111011000101011111001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42C04; }

 p { color: rgb(196,44,4); }

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

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

 a { background-color: rgb(196,44,4); }

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

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

 span { border-color: rgb(196,44,4); }

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