#C42D1E

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

Shades of Harley Davidson Orange #C42D1E

Tints of Harley Davidson Orange #C42D1E

Color information

#C42D1E (or 0xC42D1E) is unknown color: approx Harley Davidson Orange. HEX triplet: C4, 2D and 1E. RGB value is (196,45,30). Sum of RGB (Red+Green+Blue) = 196+45+30=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D1E is #3BD2E1. Grayscale: #585858. Windows color (decimal): -3920610 or 1977796. OLE color: 1977796.

HSL color Cylindrical-coordinate representation of color #C42D1E: hue angle of 5.42º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C42D1E is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB1964530-
CMYK00.770.850.23
HSL5.42º73.45%44.31%-
HSV(B)5.42º84.69%76.86%-
XYZ23.9413.712.61-
YUV88.4495.03204.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 72.32%
GREEN value IS 45 (17.97% from 255) = 16.61%
BLUE value IS 30 (12.11% from 255) = 11.07%
R=72.32%
G=16.61%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196453000.770.850.235.4273.4544.31
HexC42D1E04D55175492c
Octal3045536011512527511154
Binary1100010010110111110010011011010101101111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42D1E; }

 p { color: rgb(196,45,30); }

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

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

 a { background-color: rgb(196,45,30); }

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

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

 span { border-color: rgb(196,45,30); }

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