Html Css Color HEX #D4293B Alizarin

📋 copy color: '#D4293B'

red 212 ◦ green 41 ◦ blue 59

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

Shades of Alizarin #D4293B

Tints of Alizarin #D4293B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.14%

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

R = 67.95%
G = 13.14%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#D4293B (or 0xD4293B) is known color: Alizarin. HEX triplet: D4, 29 and 3B. RGB value is (212,41,59). Sum of RGB (Red+Green+Blue) = 212+41+59=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4293B is #2BD6C4. Grayscale: #5E5E5E. Windows color (decimal): -2873029 or 3877332. OLE color: 3877332.

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

Color convert

RGB 212 41 59 -
CMYK 0 0.81 0.72 0.17
HSL 353.68º 0.68% 0.5% -
HSV(B) 353.68º 0.81% 0.83% -
XYZ 28.73 15.9 5.69 -
YUV 94.18 108.15 212.04 -
System Red Green Blue C M Y K H S L
Decimal 212 41 59 0 0.81 0.72 0.17 353.68 0.68 0.5
Hex D4 29 3B 0 51 48 11 162 44 32
Octal 324 51 73 0 121 110 21 542 104 62
Binary 11010100 101001 111011 0 1010001 1001000 10001 101100010 1000100 110010

Color Harmonies of #D4293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4293B

Black with #D4293B

Text Example


Text Example

White with #D4293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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