Html Css Color HEX #D42534 Alizarin

📋 copy color: '#D42534'

red 212 ◦ green 37 ◦ blue 52

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

Shades of Alizarin #D42534

Tints of Alizarin #D42534

RGB

 RED value IS 212 (83.2% from 255) = 70.43%

 GREEN value IS 37 (14.84% from 255) = 12.29%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 70.43%
G = 12.29%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D42534 (or 0xD42534) is known color: Alizarin. HEX triplet: D4, 25 and 34. RGB value is (212,37,52). Sum of RGB (Red+Green+Blue) = 212+37+52=301 (39% of max value = 765). Red value is 212 (83.20% from 255 or 70.43% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 212 - color contains mainly: red. Hex color #D42534 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42534 is #2BDACB. Grayscale: #5B5B5B. Windows color (decimal): -2874060 or 3417556. OLE color: 3417556.

HSL color Cylindrical-coordinate representation of color #D42534: hue angle of 354.86º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D42534 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 37 52 -
CMYK 0 0.83 0.75 0.17
HSL 354.86º 0.7% 0.49% -
HSV(B) 354.86º 0.83% 0.83% -
XYZ 28.43 15.57 4.76 -
YUV 91.04 105.98 214.28 -
System Red Green Blue C M Y K H S L
Decimal 212 37 52 0 0.83 0.75 0.17 354.86 0.7 0.49
Hex D4 25 34 0 53 4B 11 163 46 31
Octal 324 45 64 0 123 113 21 543 106 61
Binary 11010100 100101 110100 0 1010011 1001011 10001 101100011 1000110 110001

Color Harmonies of #D42534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42534

Black with #D42534

Text Example


Text Example

White with #D42534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42534; }

 p { color: rgb(212,37,52); }

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

background-color css

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

 a { background-color: rgb(212,37,52); }

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

border-color css

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

 span { border-color: rgb(212,37,52); }

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