Html Css Color HEX #DF363D Alizarin

📋 copy color: '#DF363D'

red 223 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #DF363D

Tints of Alizarin #DF363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

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

R = 65.98%
G = 15.98%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF363D (or 0xDF363D) is known color: Alizarin. HEX triplet: DF, 36 and 3D. RGB value is (223,54,61). Sum of RGB (Red+Green+Blue) = 223+54+61=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 61 (24.22% from 255 or 18.05% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363D is #20C9C2. Grayscale: #696969. Windows color (decimal): -2148803 or 4011743. OLE color: 4011743.

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

Color convert

RGB 223 54 61 -
CMYK 0 0.76 0.73 0.13
HSL 357.51º 0.73% 0.54% -
HSV(B) 357.51º 0.76% 0.87% -
XYZ 32.59 18.66 6.3 -
YUV 105.33 102.99 211.93 -
System Red Green Blue C M Y K H S L
Decimal 223 54 61 0 0.76 0.73 0.13 357.51 0.73 0.54
Hex DF 36 3D 0 4C 49 D 166 49 36
Octal 337 66 75 0 114 111 15 546 111 66
Binary 11011111 110110 111101 0 1001100 1001001 1101 101100110 1001001 110110

Color Harmonies of #DF363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF363D

Black with #DF363D

Text Example


Text Example

White with #DF363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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