Html Css Color HEX #DF2D30 Alizarin

📋 copy color: '#DF2D30'

red 223 ◦ green 45 ◦ blue 48

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

Shades of Alizarin #DF2D30

Tints of Alizarin #DF2D30

RGB

 RED value IS 223 (87.5% from 255) = 70.57%

 GREEN value IS 45 (17.97% from 255) = 14.24%

 BLUE value IS 48 (19.14% from 255) = 15.19%

R = 70.57%
G = 14.24%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2D30 (or 0xDF2D30) is known color: Alizarin. HEX triplet: DF, 2D and 30. RGB value is (223,45,48). Sum of RGB (Red+Green+Blue) = 223+45+48=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 48 (19.14% from 255 or 15.19% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2D30 is #20D2CF. Grayscale: #626262. Windows color (decimal): -2151120 or 3157471. OLE color: 3157471.

HSL color Cylindrical-coordinate representation of color #DF2D30: hue angle of 358.99º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF2D30 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 45 48 -
CMYK 0 0.80 0.78 0.13
HSL 358.99º 0.74% 0.53% -
HSV(B) 358.99º 0.8% 0.87% -
XYZ 31.9 17.78 4.55 -
YUV 98.56 99.47 216.76 -
System Red Green Blue C M Y K H S L
Decimal 223 45 48 0 0.80 0.78 0.13 358.99 0.74 0.53
Hex DF 2D 30 0 50 4E D 167 4A 35
Octal 337 55 60 0 120 116 15 547 112 65
Binary 11011111 101101 110000 0 1010000 1001110 1101 101100111 1001010 110101

Color Harmonies of #DF2D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2D30

Black with #DF2D30

Text Example


Text Example

White with #DF2D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2D30; }

 p { color: rgb(223,45,48); }

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

background-color css

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

 a { background-color: rgb(223,45,48); }

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

border-color css

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

 span { border-color: rgb(223,45,48); }

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