Html Css Color HEX #D3202F Alizarin

📋 copy color: '#D3202F'

red 211 ◦ green 32 ◦ blue 47

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

Shades of Alizarin #D3202F

Tints of Alizarin #D3202F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.03%

 BLUE value IS 47 (18.75% from 255) = 16.21%

R = 72.76%
G = 11.03%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3202F (or 0xD3202F) is known color: Alizarin. HEX triplet: D3, 20 and 2F. RGB value is (211,32,47). Sum of RGB (Red+Green+Blue) = 211+32+47=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3202F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3202F is #2CDFD0. Grayscale: #575757. Windows color (decimal): -2940881 or 3088595. OLE color: 3088595.

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

Color convert

RGB 211 32 47 -
CMYK 0 0.85 0.78 0.17
HSL 354.97º 0.74% 0.48% -
HSV(B) 354.97º 0.85% 0.83% -
XYZ 27.89 15.09 4.13 -
YUV 87.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 211 32 47 0 0.85 0.78 0.17 354.97 0.74 0.48
Hex D3 20 2F 0 55 4E 11 163 4A 30
Octal 323 40 57 0 125 116 21 543 112 60
Binary 11010011 100000 101111 0 1010101 1001110 10001 101100011 1001010 110000

Color Harmonies of #D3202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3202F

Black with #D3202F

Text Example


Text Example

White with #D3202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3202F; }

 p { color: rgb(211,32,47); }

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

background-color css

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

 a { background-color: rgb(211,32,47); }

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

border-color css

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

 span { border-color: rgb(211,32,47); }

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