Html Css Color HEX #D42835 Alizarin

📋 copy color: '#D42835'

red 212 ◦ green 40 ◦ blue 53

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

Shades of Alizarin #D42835

Tints of Alizarin #D42835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.11%

 BLUE value IS 53 (21.09% from 255) = 17.38%

R = 69.51%
G = 13.11%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D42835 (or 0xD42835) is known color: Alizarin. HEX triplet: D4, 28 and 35. RGB value is (212,40,53). Sum of RGB (Red+Green+Blue) = 212+40+53=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 53 (21.09% from 255 or 17.38% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D42835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42835 is #2BD7CA. Grayscale: #5D5D5D. Windows color (decimal): -2873291 or 3483860. OLE color: 3483860.

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

Color convert

RGB 212 40 53 -
CMYK 0 0.81 0.75 0.17
HSL 355.47º 0.68% 0.49% -
HSV(B) 355.47º 0.81% 0.83% -
XYZ 28.55 15.77 4.91 -
YUV 92.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 212 40 53 0 0.81 0.75 0.17 355.47 0.68 0.49
Hex D4 28 35 0 51 4B 11 163 44 31
Octal 324 50 65 0 121 113 21 543 104 61
Binary 11010100 101000 110101 0 1010001 1001011 10001 101100011 1000100 110001

Color Harmonies of #D42835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42835

Black with #D42835

Text Example


Text Example

White with #D42835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42835; }

 p { color: rgb(212,40,53); }

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

background-color css

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

 a { background-color: rgb(212,40,53); }

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

border-color css

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

 span { border-color: rgb(212,40,53); }

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