Html Css Color HEX #602123 Burnt Crimson

📋 copy color: '#602123'

red 96 ◦ green 33 ◦ blue 35

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

Shades of Burnt Crimson #602123

Tints of Burnt Crimson #602123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 20.12%

 BLUE value IS 35 (14.06% from 255) = 21.34%

R = 58.54%
G = 20.12%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#602123 (or 0x602123) is known color: Burnt Crimson. HEX triplet: 60, 21 and 23. RGB value is (96,33,35). Sum of RGB (Red+Green+Blue) = 96+33+35=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602123 is #9FDEDC. Grayscale: #343434. Windows color (decimal): -10477277 or 2302304. OLE color: 2302304.

HSL color Cylindrical-coordinate representation of color #602123: hue angle of 358.1º 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 #602123 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 33 35 -
CMYK 0 0.66 0.64 0.62
HSL 358.1º 0.49% 0.25% -
HSV(B) 358.1º 0.66% 0.38% -
XYZ 5.67 3.7 2 -
YUV 52.07 118.37 159.34 -
System Red Green Blue C M Y K H S L
Decimal 96 33 35 0 0.66 0.64 0.62 358.1 0.49 0.25
Hex 60 21 23 0 42 40 3E 166 31 19
Octal 140 41 43 0 102 100 76 546 61 31
Binary 1100000 100001 100011 0 1000010 1000000 111110 101100110 110001 11001

Color Harmonies of #602123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602123

Black with #602123

Text Example


Text Example

White with #602123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602123; }

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

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

background-color css

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

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

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

border-color css

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

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

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