Html Css Color HEX #DF3135 Alizarin

📋 copy color: '#DF3135'

red 223 ◦ green 49 ◦ blue 53

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

Shades of Alizarin #DF3135

Tints of Alizarin #DF3135

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.08%

 BLUE value IS 53 (21.09% from 255) = 16.31%

R = 68.62%
G = 15.08%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF3135 (or 0xDF3135) is known color: Alizarin. HEX triplet: DF, 31 and 35. RGB value is (223,49,53). Sum of RGB (Red+Green+Blue) = 223+49+53=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3135 is #20CECA. Grayscale: #656565. Windows color (decimal): -2150091 or 3486175. OLE color: 3486175.

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

Color convert

RGB 223 49 53 -
CMYK 0 0.78 0.76 0.13
HSL 358.62º 0.73% 0.53% -
HSV(B) 358.62º 0.78% 0.87% -
XYZ 32.17 18.14 5.17 -
YUV 101.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 223 49 53 0 0.78 0.76 0.13 358.62 0.73 0.53
Hex DF 31 35 0 4E 4C D 167 49 35
Octal 337 61 65 0 116 114 15 547 111 65
Binary 11011111 110001 110101 0 1001110 1001100 1101 101100111 1001001 110101

Color Harmonies of #DF3135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3135

Black with #DF3135

Text Example


Text Example

White with #DF3135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3135; }

 p { color: rgb(223,49,53); }

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

background-color css

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

 a { background-color: rgb(223,49,53); }

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

border-color css

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

 span { border-color: rgb(223,49,53); }

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