Html Css Color HEX #DF2830 Alizarin

📋 copy color: '#DF2830'

red 223 ◦ green 40 ◦ blue 48

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

Shades of Alizarin #DF2830

Tints of Alizarin #DF2830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.86%

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

R = 71.7%
G = 12.86%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2830 (or 0xDF2830) is known color: Alizarin. HEX triplet: DF, 28 and 30. RGB value is (223,40,48). Sum of RGB (Red+Green+Blue) = 223+40+48=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2830 is #20D7CF. Grayscale: #5F5F5F. Windows color (decimal): -2152400 or 3156191. OLE color: 3156191.

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

Color convert

RGB 223 40 48 -
CMYK 0 0.82 0.78 0.13
HSL 357.38º 0.74% 0.52% -
HSV(B) 357.38º 0.82% 0.87% -
XYZ 31.72 17.42 4.49 -
YUV 95.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 223 40 48 0 0.82 0.78 0.13 357.38 0.74 0.52
Hex DF 28 30 0 52 4E D 165 4A 34
Octal 337 50 60 0 122 116 15 545 112 64
Binary 11011111 101000 110000 0 1010010 1001110 1101 101100101 1001010 110100

Color Harmonies of #DF2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2830

Black with #DF2830

Text Example


Text Example

White with #DF2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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