Html Css Color HEX #601F21 Burnt Crimson

📋 copy color: '#601F21'

red 96 ◦ green 31 ◦ blue 33

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

Shades of Burnt Crimson #601F21

Tints of Burnt Crimson #601F21

RGB

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

 GREEN value IS 31 (12.5% from 255) = 19.38%

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

R = 60%
G = 19.38%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#601F21 (or 0x601F21) is known color: Burnt Crimson. HEX triplet: 60, 1F and 21. RGB value is (96,31,33). Sum of RGB (Red+Green+Blue) = 96+31+33=160 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60% from 160); Green value is 31 (12.5% from 255 or 19.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 96 - color contains mainly: red. Hex color #601F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F21 is #9FE0DE. Grayscale: #323232. Windows color (decimal): -10477791 or 2170720. OLE color: 2170720.

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

Color convert

RGB 96 31 33 -
CMYK 0 0.68 0.66 0.62
HSL 358.15º 0.51% 0.25% -
HSV(B) 358.15º 0.68% 0.38% -
XYZ 5.59 3.58 1.83 -
YUV 50.66 118.03 160.34 -
System Red Green Blue C M Y K H S L
Decimal 96 31 33 0 0.68 0.66 0.62 358.15 0.51 0.25
Hex 60 1F 21 0 44 42 3E 166 33 19
Octal 140 37 41 0 104 102 76 546 63 31
Binary 1100000 11111 100001 0 1000100 1000010 111110 101100110 110011 11001

Color Harmonies of #601F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F21

Black with #601F21

Text Example


Text Example

White with #601F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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