Html Css Color HEX #DF263D Alizarin

📋 copy color: '#DF263D'

red 223 ◦ green 38 ◦ blue 61

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

Shades of Alizarin #DF263D

Tints of Alizarin #DF263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.8%

 BLUE value IS 61 (24.22% from 255) = 18.94%

R = 69.25%
G = 11.8%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF263D (or 0xDF263D) is known color: Alizarin. HEX triplet: DF, 26 and 3D. RGB value is (223,38,61). Sum of RGB (Red+Green+Blue) = 223+38+61=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 38 (15.23% from 255 or 11.80% from 322); Blue value is 61 (24.22% from 255 or 18.94% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF263D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF263D is #20D9C2. Grayscale: #606060. Windows color (decimal): -2152899 or 4007647. OLE color: 4007647.

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

Color convert

RGB 223 38 61 -
CMYK 0 0.83 0.73 0.13
HSL 352.54º 0.74% 0.51% -
HSV(B) 352.54º 0.83% 0.87% -
XYZ 31.97 17.41 6.09 -
YUV 95.94 108.29 218.63 -
System Red Green Blue C M Y K H S L
Decimal 223 38 61 0 0.83 0.73 0.13 352.54 0.74 0.51
Hex DF 26 3D 0 53 49 D 161 4A 33
Octal 337 46 75 0 123 111 15 541 112 63
Binary 11011111 100110 111101 0 1010011 1001001 1101 101100001 1001010 110011

Color Harmonies of #DF263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF263D

Black with #DF263D

Text Example


Text Example

White with #DF263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF263D; }

 p { color: rgb(223,38,61); }

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

background-color css

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

 a { background-color: rgb(223,38,61); }

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

border-color css

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

 span { border-color: rgb(223,38,61); }

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