Html Css Color HEX #D5243B Alizarin

📋 copy color: '#D5243B'

red 213 ◦ green 36 ◦ blue 59

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

Shades of Alizarin #D5243B

Tints of Alizarin #D5243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.16%

R = 69.16%
G = 11.69%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D5243B (or 0xD5243B) is known color: Alizarin. HEX triplet: D5, 24 and 3B. RGB value is (213,36,59). Sum of RGB (Red+Green+Blue) = 213+36+59=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 59 (23.44% from 255 or 19.16% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D5243B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5243B is #2ADBC4. Grayscale: #5B5B5B. Windows color (decimal): -2808773 or 3876053. OLE color: 3876053.

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

Color convert

RGB 213 36 59 -
CMYK 0 0.83 0.72 0.16
HSL 352.2º 0.71% 0.49% -
HSV(B) 352.2º 0.83% 0.84% -
XYZ 28.86 15.72 5.65 -
YUV 91.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 213 36 59 0 0.83 0.72 0.16 352.2 0.71 0.49
Hex D5 24 3B 0 53 48 10 160 47 31
Octal 325 44 73 0 123 110 20 540 107 61
Binary 11010101 100100 111011 0 1010011 1001000 10000 101100000 1000111 110001

Color Harmonies of #D5243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5243B

Black with #D5243B

Text Example


Text Example

White with #D5243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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