Html Css Color HEX #D4293A Alizarin

📋 copy color: '#D4293A'

red 212 ◦ green 41 ◦ blue 58

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

Shades of Alizarin #D4293A

Tints of Alizarin #D4293A

RGB

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

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

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

R = 68.17%
G = 13.18%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D4293A (or 0xD4293A) is known color: Alizarin. HEX triplet: D4, 29 and 3A. RGB value is (212,41,58). Sum of RGB (Red+Green+Blue) = 212+41+58=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4293A is #2BD6C5. Grayscale: #5E5E5E. Windows color (decimal): -2873030 or 3811796. OLE color: 3811796.

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

Color convert

RGB 212 41 58 -
CMYK 0 0.81 0.73 0.17
HSL 354.04º 0.68% 0.5% -
HSV(B) 354.04º 0.81% 0.83% -
XYZ 28.71 15.89 5.56 -
YUV 94.07 107.65 212.12 -
System Red Green Blue C M Y K H S L
Decimal 212 41 58 0 0.81 0.73 0.17 354.04 0.68 0.5
Hex D4 29 3A 0 51 49 11 162 44 32
Octal 324 51 72 0 121 111 21 542 104 62
Binary 11010100 101001 111010 0 1010001 1001001 10001 101100010 1000100 110010

Color Harmonies of #D4293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4293A

Black with #D4293A

Text Example


Text Example

White with #D4293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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