Html Css Color HEX #D3252C Alizarin

📋 copy color: '#D3252C'

red 211 ◦ green 37 ◦ blue 44

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

Shades of Alizarin #D3252C

Tints of Alizarin #D3252C

RGB

 RED value IS 211 (82.81% from 255) = 72.26%

 GREEN value IS 37 (14.84% from 255) = 12.67%

 BLUE value IS 44 (17.58% from 255) = 15.07%

R = 72.26%
G = 12.67%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D3252C (or 0xD3252C) is known color: Alizarin. HEX triplet: D3, 25 and 2C. RGB value is (211,37,44). Sum of RGB (Red+Green+Blue) = 211+37+44=292 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.26% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 211 - color contains mainly: red. Hex color #D3252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3252C is #2CDAD3. Grayscale: #595959. Windows color (decimal): -2939604 or 2893267. OLE color: 2893267.

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

Color convert

RGB 211 37 44 -
CMYK 0 0.82 0.79 0.17
HSL 357.59º 0.7% 0.49% -
HSV(B) 357.59º 0.82% 0.83% -
XYZ 27.98 15.35 3.87 -
YUV 89.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 211 37 44 0 0.82 0.79 0.17 357.59 0.7 0.49
Hex D3 25 2C 0 52 4F 11 166 46 31
Octal 323 45 54 0 122 117 21 546 106 61
Binary 11010011 100101 101100 0 1010010 1001111 10001 101100110 1000110 110001

Color Harmonies of #D3252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3252C

Black with #D3252C

Text Example


Text Example

White with #D3252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3252C; }

 p { color: rgb(211,37,44); }

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

background-color css

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

 a { background-color: rgb(211,37,44); }

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

border-color css

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

 span { border-color: rgb(211,37,44); }

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