#602429

Color #602429 Red Devil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Devil #602429

Tints of Red Devil #602429

Color information

#602429 (or 0x602429) is unknown color: approx Red Devil. HEX triplet: 60, 24 and 29. RGB value is (96,36,41). Sum of RGB (Red+Green+Blue) = 96+36+41=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 41 (16.41% from 255 or 23.70% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #602429 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602429 is #9FDBD6. Grayscale: #363636. Windows color (decimal): -10476503 or 2696288. OLE color: 2696288.

HSL color Cylindrical-coordinate representation of color #602429: hue angle of 355º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602429 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB963641-
CMYK00.620.570.62
HSL355º45.45%25.88%-
HSV(B)355º62.5%37.65%-
XYZ5.853.912.54-
YUV54.51120.38157.59-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.49%
GREEN value IS 36 (14.45% from 255) = 20.81%
BLUE value IS 41 (16.41% from 255) = 23.70%
R=55.49%
G=20.81%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96364100.620.570.6235545.4525.88
Hex60242903E393E1632d1a
Octal140445107671765435532
Binary1100000100100101001011111011100111111010110001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602429; }

 p { color: rgb(96,36,41); }

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

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

 a { background-color: rgb(96,36,41); }

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

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

 span { border-color: rgb(96,36,41); }

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