Html Css Color HEX #DF253D Alizarin

📋 copy color: '#DF253D'

red 223 ◦ green 37 ◦ blue 61

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

Shades of Alizarin #DF253D

Tints of Alizarin #DF253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.53%

 BLUE value IS 61 (24.22% from 255) = 19%

R = 69.47%
G = 11.53%
B = 19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF253D (or 0xDF253D) is known color: Alizarin. HEX triplet: DF, 25 and 3D. RGB value is (223,37,61). Sum of RGB (Red+Green+Blue) = 223+37+61=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 37 (14.84% from 255 or 11.53% from 321); Blue value is 61 (24.22% from 255 or 19.00% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF253D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF253D is #20DAC2. Grayscale: #5F5F5F. Windows color (decimal): -2153155 or 4007391. OLE color: 4007391.

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

Color convert

RGB 223 37 61 -
CMYK 0 0.83 0.73 0.13
HSL 352.26º 0.74% 0.51% -
HSV(B) 352.26º 0.83% 0.87% -
XYZ 31.94 17.35 6.08 -
YUV 95.35 108.62 219.05 -
System Red Green Blue C M Y K H S L
Decimal 223 37 61 0 0.83 0.73 0.13 352.26 0.74 0.51
Hex DF 25 3D 0 53 49 D 160 4A 33
Octal 337 45 75 0 123 111 15 540 112 63
Binary 11011111 100101 111101 0 1010011 1001001 1101 101100000 1001010 110011

Color Harmonies of #DF253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF253D

Black with #DF253D

Text Example


Text Example

White with #DF253D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF253D; }

 p { color: rgb(223,37,61); }

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

background-color css

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

 a { background-color: rgb(223,37,61); }

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

border-color css

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

 span { border-color: rgb(223,37,61); }

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