Html Css Color HEX #5F2125 Burnt Crimson

📋 copy color: '#5F2125'

red 95 ◦ green 33 ◦ blue 37

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

Shades of Burnt Crimson #5F2125

Tints of Burnt Crimson #5F2125

RGB

 RED value IS 95 (37.5% from 255) = 57.58%

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

 BLUE value IS 37 (14.84% from 255) = 22.42%

R = 57.58%
G = 20%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.63

RGB Variations

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

Color information

#5F2125 (or 0x5F2125) is known color: Burnt Crimson. HEX triplet: 5F, 21 and 25. RGB value is (95,33,37). Sum of RGB (Red+Green+Blue) = 95+33+37=165 (21% of max value = 765). Red value is 95 (37.5% from 255 or 57.58% from 165); Green value is 33 (13.28% from 255 or 20% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2125 is #A0DEDA. Grayscale: #343434. Windows color (decimal): -10542811 or 2433375. OLE color: 2433375.

HSL color Cylindrical-coordinate representation of color #5F2125: hue angle of 356.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F2125 is Cyan = 0, Magento = 0.65, Yellow = 0.61 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 33 37 -
CMYK 0 0.65 0.61 0.63
HSL 356.13º 0.48% 0.25% -
HSV(B) 356.13º 0.65% 0.37% -
XYZ 5.6 3.65 2.16 -
YUV 51.99 119.54 158.67 -
System Red Green Blue C M Y K H S L
Decimal 95 33 37 0 0.65 0.61 0.63 356.13 0.48 0.25
Hex 5F 21 25 0 41 3D 3F 164 30 19
Octal 137 41 45 0 101 75 77 544 60 31
Binary 1011111 100001 100101 0 1000001 111101 111111 101100100 110000 11001

Color Harmonies of #5F2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2125

Black with #5F2125

Text Example


Text Example

White with #5F2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F2125; }

 p { color: rgb(95,33,37); }

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

background-color css

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

 a { background-color: rgb(95,33,37); }

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

border-color css

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

 span { border-color: rgb(95,33,37); }

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