Html Css Color HEX #D42833 Alizarin

📋 copy color: '#D42833'

red 212 ◦ green 40 ◦ blue 51

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

Shades of Alizarin #D42833

Tints of Alizarin #D42833

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.83%

R = 69.97%
G = 13.2%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#D42833 (or 0xD42833) is known color: Alizarin. HEX triplet: D4, 28 and 33. RGB value is (212,40,51). Sum of RGB (Red+Green+Blue) = 212+40+51=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D42833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42833 is #2BD7CC. Grayscale: #5C5C5C. Windows color (decimal): -2873293 or 3352788. OLE color: 3352788.

HSL color Cylindrical-coordinate representation of color #D42833: hue angle of 356.16º 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 #D42833 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 40 51 -
CMYK 0 0.81 0.76 0.17
HSL 356.16º 0.68% 0.49% -
HSV(B) 356.16º 0.81% 0.83% -
XYZ 28.51 15.75 4.67 -
YUV 92.68 104.48 213.11 -
System Red Green Blue C M Y K H S L
Decimal 212 40 51 0 0.81 0.76 0.17 356.16 0.68 0.49
Hex D4 28 33 0 51 4C 11 164 44 31
Octal 324 50 63 0 121 114 21 544 104 61
Binary 11010100 101000 110011 0 1010001 1001100 10001 101100100 1000100 110001

Color Harmonies of #D42833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42833

Black with #D42833

Text Example


Text Example

White with #D42833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42833; }

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

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

background-color css

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

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

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

border-color css

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

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

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