Html Css Color HEX #DF3340 Alizarin

📋 copy color: '#DF3340'

red 223 ◦ green 51 ◦ blue 64

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

Shades of Alizarin #DF3340

Tints of Alizarin #DF3340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.93%

R = 65.98%
G = 15.09%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DF3340 (or 0xDF3340) is known color: Alizarin. HEX triplet: DF, 33 and 40. RGB value is (223,51,64). Sum of RGB (Red+Green+Blue) = 223+51+64=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 51 (20.31% from 255 or 15.09% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3340 is #20CCBF. Grayscale: #686868. Windows color (decimal): -2149568 or 4207583. OLE color: 4207583.

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

Color convert

RGB 223 51 64 -
CMYK 0 0.77 0.71 0.13
HSL 355.47º 0.73% 0.54% -
HSV(B) 355.47º 0.77% 0.87% -
XYZ 32.54 18.43 6.69 -
YUV 103.91 105.48 212.94 -
System Red Green Blue C M Y K H S L
Decimal 223 51 64 0 0.77 0.71 0.13 355.47 0.73 0.54
Hex DF 33 40 0 4D 47 D 163 49 36
Octal 337 63 100 0 115 107 15 543 111 66
Binary 11011111 110011 1000000 0 1001101 1000111 1101 101100011 1001001 110110

Color Harmonies of #DF3340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3340

Black with #DF3340

Text Example


Text Example

White with #DF3340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3340; }

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

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

background-color css

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

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

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

border-color css

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

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

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