Html Css Color HEX #DF233A Alizarin

📋 copy color: '#DF233A'

red 223 ◦ green 35 ◦ blue 58

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

Shades of Alizarin #DF233A

Tints of Alizarin #DF233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 70.57%
G = 11.08%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF233A (or 0xDF233A) is known color: Alizarin. HEX triplet: DF, 23 and 3A. RGB value is (223,35,58). Sum of RGB (Red+Green+Blue) = 223+35+58=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF233A is #20DCC5. Grayscale: #5D5D5D. Windows color (decimal): -2153670 or 3810271. OLE color: 3810271.

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

Color convert

RGB 223 35 58 -
CMYK 0 0.84 0.74 0.13
HSL 352.66º 0.75% 0.51% -
HSV(B) 352.66º 0.84% 0.87% -
XYZ 31.8 17.2 5.65 -
YUV 93.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 223 35 58 0 0.84 0.74 0.13 352.66 0.75 0.51
Hex DF 23 3A 0 54 4A D 161 4B 33
Octal 337 43 72 0 124 112 15 541 113 63
Binary 11011111 100011 111010 0 1010100 1001010 1101 101100001 1001011 110011

Color Harmonies of #DF233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF233A

Black with #DF233A

Text Example


Text Example

White with #DF233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF233A; }

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

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

background-color css

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

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

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

border-color css

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

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

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