Html Css Color HEX #DF262B Alizarin

📋 copy color: '#DF262B'

red 223 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #DF262B

Tints of Alizarin #DF262B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.14%

R = 73.36%
G = 12.5%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DF262B (or 0xDF262B) is known color: Alizarin. HEX triplet: DF, 26 and 2B. RGB value is (223,38,43). Sum of RGB (Red+Green+Blue) = 223+38+43=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF262B is #20D9D4. Grayscale: #5E5E5E. Windows color (decimal): -2152917 or 2827999. OLE color: 2827999.

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

Color convert

RGB 223 38 43 -
CMYK 0 0.83 0.81 0.13
HSL 358.38º 0.74% 0.51% -
HSV(B) 358.38º 0.83% 0.87% -
XYZ 31.56 17.25 3.95 -
YUV 93.89 99.29 220.09 -
System Red Green Blue C M Y K H S L
Decimal 223 38 43 0 0.83 0.81 0.13 358.38 0.74 0.51
Hex DF 26 2B 0 53 51 D 166 4A 33
Octal 337 46 53 0 123 121 15 546 112 63
Binary 11011111 100110 101011 0 1010011 1010001 1101 101100110 1001010 110011

Color Harmonies of #DF262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF262B

Black with #DF262B

Text Example


Text Example

White with #DF262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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