Html Css Color HEX #DF3738 Alizarin

📋 copy color: '#DF3738'

red 223 ◦ green 55 ◦ blue 56

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

Shades of Alizarin #DF3738

Tints of Alizarin #DF3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.47%

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

R = 66.77%
G = 16.47%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DF3738 (or 0xDF3738) is known color: Alizarin. HEX triplet: DF, 37 and 38. RGB value is (223,55,56). Sum of RGB (Red+Green+Blue) = 223+55+56=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 56 (22.27% from 255 or 16.77% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3738 is #20C8C7. Grayscale: #696969. Windows color (decimal): -2148552 or 3684319. OLE color: 3684319.

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

Color convert

RGB 223 55 56 -
CMYK 0 0.75 0.75 0.13
HSL 359.64º 0.72% 0.55% -
HSV(B) 359.64º 0.75% 0.87% -
XYZ 32.51 18.71 5.64 -
YUV 105.35 100.16 211.92 -
System Red Green Blue C M Y K H S L
Decimal 223 55 56 0 0.75 0.75 0.13 359.64 0.72 0.55
Hex DF 37 38 0 4B 4B D 168 48 37
Octal 337 67 70 0 113 113 15 550 110 67
Binary 11011111 110111 111000 0 1001011 1001011 1101 101101000 1001000 110111

Color Harmonies of #DF3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3738

Black with #DF3738

Text Example


Text Example

White with #DF3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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