Html Css Color HEX #DE232B Alizarin

📋 copy color: '#DE232B'

red 222 ◦ green 35 ◦ blue 43

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

Shades of Alizarin #DE232B

Tints of Alizarin #DE232B

RGB

 RED value IS 222 (87.11% from 255) = 74%

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

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

R = 74%
G = 11.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE232B (or 0xDE232B) is known color: Alizarin. HEX triplet: DE, 23 and 2B. RGB value is (222,35,43). Sum of RGB (Red+Green+Blue) = 222+35+43=300 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74% from 300); Green value is 35 (14.06% from 255 or 11.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 222 - color contains mainly: red. Hex color #DE232B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE232B is #21DCD4. Grayscale: #5B5B5B. Windows color (decimal): -2219221 or 2827230. OLE color: 2827230.

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

Color convert

RGB 222 35 43 -
CMYK 0 0.84 0.81 0.13
HSL 357.43º 0.74% 0.5% -
HSV(B) 357.43º 0.84% 0.87% -
XYZ 31.16 16.91 3.91 -
YUV 91.83 100.45 220.85 -
System Red Green Blue C M Y K H S L
Decimal 222 35 43 0 0.84 0.81 0.13 357.43 0.74 0.5
Hex DE 23 2B 0 54 51 D 165 4A 32
Octal 336 43 53 0 124 121 15 545 112 62
Binary 11011110 100011 101011 0 1010100 1010001 1101 101100101 1001010 110010

Color Harmonies of #DE232B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE232B

Black with #DE232B

Text Example


Text Example

White with #DE232B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE232B; }

 p { color: rgb(222,35,43); }

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

background-color css

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

 a { background-color: rgb(222,35,43); }

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

border-color css

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

 span { border-color: rgb(222,35,43); }

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