Html Css Color HEX #D53F24 Cinnabar

📋 copy color: '#D53F24'

red 213 ◦ green 63 ◦ blue 36

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

Shades of Cinnabar #D53F24

Tints of Cinnabar #D53F24

RGB

 RED value IS 213 (83.59% from 255) = 68.27%

 GREEN value IS 63 (25% from 255) = 20.19%

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 68.27%
G = 20.19%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53F24 (or 0xD53F24) is known color: Cinnabar. HEX triplet: D5, 3F and 24. RGB value is (213,63,36). Sum of RGB (Red+Green+Blue) = 213+63+36=312 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.27% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F24 is #2AC0DB. Grayscale: #696969. Windows color (decimal): -2801884 or 2375637. OLE color: 2375637.

HSL color Cylindrical-coordinate representation of color #D53F24: hue angle of 9.15º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D53F24 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 63 36 -
CMYK 0 0.70 0.83 0.16
HSL 9.15º 0.71% 0.49% -
HSV(B) 9.15º 0.83% 0.84% -
XYZ 29.54 17.83 3.55 -
YUV 104.77 89.2 205.2 -
System Red Green Blue C M Y K H S L
Decimal 213 63 36 0 0.70 0.83 0.16 9.15 0.71 0.49
Hex D5 3F 24 0 46 53 10 9 47 31
Octal 325 77 44 0 106 123 20 11 107 61
Binary 11010101 111111 100100 0 1000110 1010011 10000 1001 1000111 110001

Color Harmonies of #D53F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53F24

Black with #D53F24

Text Example


Text Example

White with #D53F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53F24; }

 p { color: rgb(213,63,36); }

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

background-color css

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

 a { background-color: rgb(213,63,36); }

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

border-color css

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

 span { border-color: rgb(213,63,36); }

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