Html Css Color HEX #5F2428 Burnt Crimson

📋 copy color: '#5F2428'

red 95 ◦ green 36 ◦ blue 40

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

Shades of Burnt Crimson #5F2428

Tints of Burnt Crimson #5F2428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 23.39%

R = 55.56%
G = 21.05%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#5F2428 (or 0x5F2428) is known color: Burnt Crimson. HEX triplet: 5F, 24 and 28. RGB value is (95,36,40). Sum of RGB (Red+Green+Blue) = 95+36+40=171 (22% of max value = 765). Red value is 95 (37.5% from 255 or 55.56% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 40 (16.02% from 255 or 23.39% from 171); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5F2428 is #A0DBD7. Grayscale: #363636. Windows color (decimal): -10542040 or 2630751. OLE color: 2630751.

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

Color convert

RGB 95 36 40 -
CMYK 0 0.62 0.58 0.63
HSL 355.93º 0.45% 0.26% -
HSV(B) 355.93º 0.62% 0.37% -
XYZ 5.73 3.85 2.45 -
YUV 54.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 95 36 40 0 0.62 0.58 0.63 355.93 0.45 0.26
Hex 5F 24 28 0 3E 3A 3F 164 2D 1A
Octal 137 44 50 0 76 72 77 544 55 32
Binary 1011111 100100 101000 0 111110 111010 111111 101100100 101101 11010

Color Harmonies of #5F2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F2428

Black with #5F2428

Text Example


Text Example

White with #5F2428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,36,40); }

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

background-color css

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

 a { background-color: rgb(95,36,40); }

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

border-color css

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

 span { border-color: rgb(95,36,40); }

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