Html Css Color HEX #DF2338 Alizarin

📋 copy color: '#DF2338'

red 223 ◦ green 35 ◦ blue 56

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

Shades of Alizarin #DF2338

Tints of Alizarin #DF2338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

 BLUE value IS 56 (22.27% from 255) = 17.83%

R = 71.02%
G = 11.15%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF2338 (or 0xDF2338) is known color: Alizarin. HEX triplet: DF, 23 and 38. RGB value is (223,35,56). Sum of RGB (Red+Green+Blue) = 223+35+56=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2338 is #20DCC7. Grayscale: #5D5D5D. Windows color (decimal): -2153672 or 3679199. OLE color: 3679199.

HSL color Cylindrical-coordinate representation of color #DF2338: hue angle of 353.3º 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 #DF2338 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 35 56 -
CMYK 0 0.84 0.75 0.13
HSL 353.3º 0.75% 0.51% -
HSV(B) 353.3º 0.84% 0.87% -
XYZ 31.75 17.18 5.38 -
YUV 93.61 106.78 220.29 -
System Red Green Blue C M Y K H S L
Decimal 223 35 56 0 0.84 0.75 0.13 353.3 0.75 0.51
Hex DF 23 38 0 54 4B D 161 4B 33
Octal 337 43 70 0 124 113 15 541 113 63
Binary 11011111 100011 111000 0 1010100 1001011 1101 101100001 1001011 110011

Color Harmonies of #DF2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2338

Black with #DF2338

Text Example


Text Example

White with #DF2338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2338; }

 p { color: rgb(223,35,56); }

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

background-color css

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

 a { background-color: rgb(223,35,56); }

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

border-color css

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

 span { border-color: rgb(223,35,56); }

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