Html Css Color HEX #D4233A Alizarin

📋 copy color: '#D4233A'

red 212 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #D4233A

Tints of Alizarin #D4233A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.02%

R = 69.51%
G = 11.48%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4233A (or 0xD4233A) is known color: Alizarin. HEX triplet: D4, 23 and 3A. RGB value is (212,35,58). Sum of RGB (Red+Green+Blue) = 212+35+58=305 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.51% from 305); Green value is 35 (14.06% from 255 or 11.48% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 212 - color contains mainly: red. Hex color #D4233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4233A is #2BDCC5. Grayscale: #5A5A5A. Windows color (decimal): -2874566 or 3810260. OLE color: 3810260.

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

Color convert

RGB 212 35 58 -
CMYK 0 0.83 0.73 0.17
HSL 352.2º 0.72% 0.48% -
HSV(B) 352.2º 0.83% 0.83% -
XYZ 28.52 15.5 5.49 -
YUV 90.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 212 35 58 0 0.83 0.73 0.17 352.2 0.72 0.48
Hex D4 23 3A 0 53 49 11 160 48 30
Octal 324 43 72 0 123 111 21 540 110 60
Binary 11010100 100011 111010 0 1010011 1001001 10001 101100000 1001000 110000

Color Harmonies of #D4233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4233A

Black with #D4233A

Text Example


Text Example

White with #D4233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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