Html Css Color HEX #DB252B Alizarin

📋 copy color: '#DB252B'

red 219 ◦ green 37 ◦ blue 43

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

Shades of Alizarin #DB252B

Tints of Alizarin #DB252B

RGB

 RED value IS 219 (85.94% from 255) = 73.24%

 GREEN value IS 37 (14.84% from 255) = 12.37%

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

R = 73.24%
G = 12.37%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB252B (or 0xDB252B) is known color: Alizarin. HEX triplet: DB, 25 and 2B. RGB value is (219,37,43). Sum of RGB (Red+Green+Blue) = 219+37+43=299 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.24% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 219 - color contains mainly: red. Hex color #DB252B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB252B is #24DAD4. Grayscale: #5C5C5C. Windows color (decimal): -2415317 or 2827739. OLE color: 2827739.

HSL color Cylindrical-coordinate representation of color #DB252B: hue angle of 358.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB252B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 37 43 -
CMYK 0 0.83 0.80 0.14
HSL 358.02º 0.72% 0.5% -
HSV(B) 358.02º 0.83% 0.86% -
XYZ 30.31 16.56 3.88 -
YUV 92.1 100.3 218.51 -
System Red Green Blue C M Y K H S L
Decimal 219 37 43 0 0.83 0.80 0.14 358.02 0.72 0.5
Hex DB 25 2B 0 53 50 E 166 48 32
Octal 333 45 53 0 123 120 16 546 110 62
Binary 11011011 100101 101011 0 1010011 1010000 1110 101100110 1001000 110010

Color Harmonies of #DB252B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB252B

Black with #DB252B

Text Example


Text Example

White with #DB252B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB252B; }

 p { color: rgb(219,37,43); }

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

background-color css

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

 a { background-color: rgb(219,37,43); }

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

border-color css

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

 span { border-color: rgb(219,37,43); }

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