Html Css Color HEX #602421 Red Oxide

📋 copy color: '#602421'

red 96 ◦ green 36 ◦ blue 33

#602421
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #602421

Tints of Red Oxide #602421

RGB

 RED value IS 96 (37.89% from 255) = 58.18%

 GREEN value IS 36 (14.45% from 255) = 21.82%

 BLUE value IS 33 (13.28% from 255) = 20%

R = 58.18%
G = 21.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#602421 (or 0x602421) is known color: Red Oxide. HEX triplet: 60, 24 and 21. RGB value is (96,36,33). Sum of RGB (Red+Green+Blue) = 96+36+33=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 36 (14.45% from 255 or 21.82% from 165); Blue value is 33 (13.28% from 255 or 20% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #602421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602421 is #9FDBDE. Grayscale: #353535. Windows color (decimal): -10476511 or 2172000. OLE color: 2172000.

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

Color convert

RGB 96 36 33 -
CMYK 0 0.62 0.66 0.62
HSL 2.86º 0.49% 0.25% -
HSV(B) 2.86º 0.66% 0.38% -
XYZ 5.73 3.86 1.88 -
YUV 53.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 96 36 33 0 0.62 0.66 0.62 2.86 0.49 0.25
Hex 60 24 21 0 3E 42 3E 3 31 19
Octal 140 44 41 0 76 102 76 3 61 31
Binary 1100000 100100 100001 0 111110 1000010 111110 11 110001 11001

Color Harmonies of #602421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602421

Black with #602421

Text Example


Text Example

White with #602421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602421; }

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

 H1.HeaderClassName
 {
   color: #602421;
 }
 .AnyTagClassName
 {
   color: #602421;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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