Html Css Color HEX #D2242E Alizarin

📋 copy color: '#D2242E'

red 210 ◦ green 36 ◦ blue 46

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

Shades of Alizarin #D2242E

Tints of Alizarin #D2242E

RGB

 RED value IS 210 (82.42% from 255) = 71.92%

 GREEN value IS 36 (14.45% from 255) = 12.33%

 BLUE value IS 46 (18.36% from 255) = 15.75%

R = 71.92%
G = 12.33%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D2242E (or 0xD2242E) is known color: Alizarin. HEX triplet: D2, 24 and 2E. RGB value is (210,36,46). Sum of RGB (Red+Green+Blue) = 210+36+46=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 46 (18.36% from 255 or 15.75% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2242E is #2DDBD1. Grayscale: #595959. Windows color (decimal): -3005394 or 3024082. OLE color: 3024082.

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

Color convert

RGB 210 36 46 -
CMYK 0 0.83 0.78 0.18
HSL 356.55º 0.71% 0.48% -
HSV(B) 356.55º 0.83% 0.82% -
XYZ 27.7 15.16 4.05 -
YUV 89.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 210 36 46 0 0.83 0.78 0.18 356.55 0.71 0.48
Hex D2 24 2E 0 53 4E 12 165 47 30
Octal 322 44 56 0 123 116 22 545 107 60
Binary 11010010 100100 101110 0 1010011 1001110 10010 101100101 1000111 110000

Color Harmonies of #D2242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2242E

Black with #D2242E

Text Example


Text Example

White with #D2242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2242E; }

 p { color: rgb(210,36,46); }

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

background-color css

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

 a { background-color: rgb(210,36,46); }

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

border-color css

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

 span { border-color: rgb(210,36,46); }

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