Html Css Color HEX #DF3842 Alizarin

📋 copy color: '#DF3842'

red 223 ◦ green 56 ◦ blue 66

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

Shades of Alizarin #DF3842

Tints of Alizarin #DF3842

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.23%

 BLUE value IS 66 (26.17% from 255) = 19.13%

R = 64.64%
G = 16.23%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DF3842 (or 0xDF3842) is known color: Alizarin. HEX triplet: DF, 38 and 42. RGB value is (223,56,66). Sum of RGB (Red+Green+Blue) = 223+56+66=345 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.64% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3842 is #20C7BD. Grayscale: #6B6B6B. Windows color (decimal): -2148286 or 4339935. OLE color: 4339935.

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

Color convert

RGB 223 56 66 -
CMYK 0 0.75 0.70 0.13
HSL 356.41º 0.72% 0.55% -
HSV(B) 356.41º 0.75% 0.87% -
XYZ 32.83 18.91 7.07 -
YUV 107.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 223 56 66 0 0.75 0.70 0.13 356.41 0.72 0.55
Hex DF 38 42 0 4B 46 D 164 48 37
Octal 337 70 102 0 113 106 15 544 110 67
Binary 11011111 111000 1000010 0 1001011 1000110 1101 101100100 1001000 110111

Color Harmonies of #DF3842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3842

Black with #DF3842

Text Example


Text Example

White with #DF3842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3842; }

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

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

background-color css

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

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

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

border-color css

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

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

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