Html Css Color HEX #DF333D Alizarin

📋 copy color: '#DF333D'

red 223 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #DF333D

Tints of Alizarin #DF333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.22%

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

R = 66.57%
G = 15.22%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF333D (or 0xDF333D) is known color: Alizarin. HEX triplet: DF, 33 and 3D. RGB value is (223,51,61). Sum of RGB (Red+Green+Blue) = 223+51+61=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF333D is #20CCC2. Grayscale: #676767. Windows color (decimal): -2149571 or 4010975. OLE color: 4010975.

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

Color convert

RGB 223 51 61 -
CMYK 0 0.77 0.73 0.13
HSL 356.51º 0.73% 0.54% -
HSV(B) 356.51º 0.77% 0.87% -
XYZ 32.46 18.39 6.25 -
YUV 103.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 223 51 61 0 0.77 0.73 0.13 356.51 0.73 0.54
Hex DF 33 3D 0 4D 49 D 165 49 36
Octal 337 63 75 0 115 111 15 545 111 66
Binary 11011111 110011 111101 0 1001101 1001001 1101 101100101 1001001 110110

Color Harmonies of #DF333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF333D

Black with #DF333D

Text Example


Text Example

White with #DF333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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