Html Css Color HEX #DF2B3A Alizarin

📋 copy color: '#DF2B3A'

red 223 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #DF2B3A

Tints of Alizarin #DF2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.27%

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

R = 68.83%
G = 13.27%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF2B3A (or 0xDF2B3A) is known color: Alizarin. HEX triplet: DF, 2B and 3A. RGB value is (223,43,58). Sum of RGB (Red+Green+Blue) = 223+43+58=324 (42% of max value = 765). Red value is 223 (87.5% from 255 or 68.83% from 324); Green value is 43 (17.19% from 255 or 13.27% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2B3A is #20D4C5. Grayscale: #626262. Windows color (decimal): -2151622 or 3812319. OLE color: 3812319.

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

Color convert

RGB 223 43 58 -
CMYK 0 0.81 0.74 0.13
HSL 355º 0.74% 0.52% -
HSV(B) 355º 0.81% 0.87% -
XYZ 32.06 17.72 5.73 -
YUV 98.53 105.13 216.78 -
System Red Green Blue C M Y K H S L
Decimal 223 43 58 0 0.81 0.74 0.13 355 0.74 0.52
Hex DF 2B 3A 0 51 4A D 163 4A 34
Octal 337 53 72 0 121 112 15 543 112 64
Binary 11011111 101011 111010 0 1010001 1001010 1101 101100011 1001010 110100

Color Harmonies of #DF2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2B3A

Black with #DF2B3A

Text Example


Text Example

White with #DF2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2B3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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