Html Css Color HEX #DF363A Alizarin

📋 copy color: '#DF363A'

red 223 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #DF363A

Tints of Alizarin #DF363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 66.57%
G = 16.12%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF363A (or 0xDF363A) is known color: Alizarin. HEX triplet: DF, 36 and 3A. RGB value is (223,54,58). Sum of RGB (Red+Green+Blue) = 223+54+58=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF363A is #20C9C5. Grayscale: #696969. Windows color (decimal): -2148806 or 3815135. OLE color: 3815135.

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

Color convert

RGB 223 54 58 -
CMYK 0 0.76 0.74 0.13
HSL 358.58º 0.73% 0.54% -
HSV(B) 358.58º 0.76% 0.87% -
XYZ 32.51 18.63 5.89 -
YUV 104.99 101.49 212.17 -
System Red Green Blue C M Y K H S L
Decimal 223 54 58 0 0.76 0.74 0.13 358.58 0.73 0.54
Hex DF 36 3A 0 4C 4A D 167 49 36
Octal 337 66 72 0 114 112 15 547 111 66
Binary 11011111 110110 111010 0 1001100 1001010 1101 101100111 1001001 110110

Color Harmonies of #DF363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF363A

Black with #DF363A

Text Example


Text Example

White with #DF363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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