Html Css Color HEX #D5243F Alizarin

📋 copy color: '#D5243F'

red 213 ◦ green 36 ◦ blue 63

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

Shades of Alizarin #D5243F

Tints of Alizarin #D5243F

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #D5243F: hue angle of 350.85º 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 #D5243F is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 36 63 -
CMYK 0 0.83 0.70 0.16
HSL 350.85º 0.71% 0.49% -
HSV(B) 350.85º 0.83% 0.84% -
XYZ 28.97 15.77 6.22 -
YUV 92 111.64 214.3 -
System Red Green Blue C M Y K H S L
Decimal 213 36 63 0 0.83 0.70 0.16 350.85 0.71 0.49
Hex D5 24 3F 0 53 46 10 15F 47 31
Octal 325 44 77 0 123 106 20 537 107 61
Binary 11010101 100100 111111 0 1010011 1000110 10000 101011111 1000111 110001

Color Harmonies of #D5243F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5243F

Black with #D5243F

Text Example


Text Example

White with #D5243F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5243F; }

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

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

background-color css

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

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

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

border-color css

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

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

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