Html Css Color HEX #DF3438 Alizarin

📋 copy color: '#DF3438'

red 223 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #DF3438

Tints of Alizarin #DF3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.71%

 BLUE value IS 56 (22.27% from 255) = 16.92%

R = 67.37%
G = 15.71%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF3438 (or 0xDF3438) is known color: Alizarin. HEX triplet: DF, 34 and 38. RGB value is (223,52,56). Sum of RGB (Red+Green+Blue) = 223+52+56=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 52 (20.70% from 255 or 15.71% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3438 is #20CBC7. Grayscale: #676767. Windows color (decimal): -2149320 or 3683551. OLE color: 3683551.

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

Color convert

RGB 223 52 56 -
CMYK 0 0.77 0.75 0.13
HSL 358.6º 0.73% 0.54% -
HSV(B) 358.6º 0.77% 0.87% -
XYZ 32.37 18.43 5.59 -
YUV 103.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 223 52 56 0 0.77 0.75 0.13 358.6 0.73 0.54
Hex DF 34 38 0 4D 4B D 167 49 36
Octal 337 64 70 0 115 113 15 547 111 66
Binary 11011111 110100 111000 0 1001101 1001011 1101 101100111 1001001 110110

Color Harmonies of #DF3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3438

Black with #DF3438

Text Example


Text Example

White with #DF3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3438; }

 p { color: rgb(223,52,56); }

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

background-color css

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

 a { background-color: rgb(223,52,56); }

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

border-color css

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

 span { border-color: rgb(223,52,56); }

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