Html Css Color HEX #DB262B Alizarin

📋 copy color: '#DB262B'

red 219 ◦ green 38 ◦ blue 43

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

Shades of Alizarin #DB262B

Tints of Alizarin #DB262B

RGB

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

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

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

R = 73%
G = 12.67%
B = 14.33%

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

#DB262B (or 0xDB262B) is known color: Alizarin. HEX triplet: DB, 26 and 2B. RGB value is (219,38,43). Sum of RGB (Red+Green+Blue) = 219+38+43=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 43 (17.19% from 255 or 14.33% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262B is #24D9D4. Grayscale: #5C5C5C. Windows color (decimal): -2415061 or 2827995. OLE color: 2827995.

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

Color convert

RGB 219 38 43 -
CMYK 0 0.83 0.80 0.14
HSL 358.34º 0.72% 0.5% -
HSV(B) 358.34º 0.83% 0.86% -
XYZ 30.34 16.62 3.89 -
YUV 92.69 99.97 218.09 -
System Red Green Blue C M Y K H S L
Decimal 219 38 43 0 0.83 0.80 0.14 358.34 0.72 0.5
Hex DB 26 2B 0 53 50 E 166 48 32
Octal 333 46 53 0 123 120 16 546 110 62
Binary 11011011 100110 101011 0 1010011 1010000 1110 101100110 1001000 110010

Color Harmonies of #DB262B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB262B

Black with #DB262B

Text Example


Text Example

White with #DB262B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB262B; }

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

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

background-color css

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

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

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

border-color css

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

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

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