Html Css Color HEX #DF2430 Alizarin

📋 copy color: '#DF2430'

red 223 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #DF2430

Tints of Alizarin #DF2430

RGB

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

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

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

R = 72.64%
G = 11.73%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF2430 (or 0xDF2430) is known color: Alizarin. HEX triplet: DF, 24 and 30. RGB value is (223,36,48). Sum of RGB (Red+Green+Blue) = 223+36+48=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2430 is #20DBCF. Grayscale: #5D5D5D. Windows color (decimal): -2153424 or 3155167. OLE color: 3155167.

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

Color convert

RGB 223 36 48 -
CMYK 0 0.84 0.78 0.13
HSL 356.15º 0.75% 0.51% -
HSV(B) 356.15º 0.84% 0.87% -
XYZ 31.6 17.16 4.44 -
YUV 93.28 102.45 220.52 -
System Red Green Blue C M Y K H S L
Decimal 223 36 48 0 0.84 0.78 0.13 356.15 0.75 0.51
Hex DF 24 30 0 54 4E D 164 4B 33
Octal 337 44 60 0 124 116 15 544 113 63
Binary 11011111 100100 110000 0 1010100 1001110 1101 101100100 1001011 110011

Color Harmonies of #DF2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2430

Black with #DF2430

Text Example


Text Example

White with #DF2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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