Html Css Color HEX #D4233B Alizarin

📋 copy color: '#D4233B'

red 212 ◦ green 35 ◦ blue 59

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

Shades of Alizarin #D4233B

Tints of Alizarin #D4233B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

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

R = 69.28%
G = 11.44%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4233B (or 0xD4233B) is known color: Alizarin. HEX triplet: D4, 23 and 3B. RGB value is (212,35,59). Sum of RGB (Red+Green+Blue) = 212+35+59=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4233B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4233B is #2BDCC4. Grayscale: #5A5A5A. Windows color (decimal): -2874565 or 3875796. OLE color: 3875796.

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

Color convert

RGB 212 35 59 -
CMYK 0 0.83 0.72 0.17
HSL 351.86º 0.72% 0.48% -
HSV(B) 351.86º 0.83% 0.83% -
XYZ 28.54 15.51 5.63 -
YUV 90.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 212 35 59 0 0.83 0.72 0.17 351.86 0.72 0.48
Hex D4 23 3B 0 53 48 11 160 48 30
Octal 324 43 73 0 123 110 21 540 110 60
Binary 11010100 100011 111011 0 1010011 1001000 10001 101100000 1001000 110000

Color Harmonies of #D4233B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4233B

Black with #D4233B

Text Example


Text Example

White with #D4233B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4233B; }

 p { color: rgb(212,35,59); }

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

background-color css

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

 a { background-color: rgb(212,35,59); }

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

border-color css

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

 span { border-color: rgb(212,35,59); }

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