Html Css Color HEX #D3242F Alizarin

📋 copy color: '#D3242F'

red 211 ◦ green 36 ◦ blue 47

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

Shades of Alizarin #D3242F

Tints of Alizarin #D3242F

RGB

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

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

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

R = 71.77%
G = 12.24%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3242F (or 0xD3242F) is known color: Alizarin. HEX triplet: D3, 24 and 2F. RGB value is (211,36,47). Sum of RGB (Red+Green+Blue) = 211+36+47=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D3242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3242F is #2CDBD0. Grayscale: #595959. Windows color (decimal): -2939857 or 3089619. OLE color: 3089619.

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

Color convert

RGB 211 36 47 -
CMYK 0 0.83 0.78 0.17
HSL 356.23º 0.71% 0.48% -
HSV(B) 356.23º 0.83% 0.83% -
XYZ 28.01 15.32 4.17 -
YUV 89.58 103.98 214.61 -
System Red Green Blue C M Y K H S L
Decimal 211 36 47 0 0.83 0.78 0.17 356.23 0.71 0.48
Hex D3 24 2F 0 53 4E 11 164 47 30
Octal 323 44 57 0 123 116 21 544 107 60
Binary 11010011 100100 101111 0 1010011 1001110 10001 101100100 1000111 110000

Color Harmonies of #D3242F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3242F

Black with #D3242F

Text Example


Text Example

White with #D3242F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3242F; }

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

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

background-color css

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

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

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

border-color css

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

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

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