Html Css Color HEX #DB262C Alizarin

📋 copy color: '#DB262C'

red 219 ◦ green 38 ◦ blue 44

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

Shades of Alizarin #DB262C

Tints of Alizarin #DB262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.62%

R = 72.76%
G = 12.62%
B = 14.62%

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

#DB262C (or 0xDB262C) is known color: Alizarin. HEX triplet: DB, 26 and 2C. RGB value is (219,38,44). Sum of RGB (Red+Green+Blue) = 219+38+44=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262C is #24D9D3. Grayscale: #5C5C5C. Windows color (decimal): -2415060 or 2893531. OLE color: 2893531.

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

Color convert

RGB 219 38 44 -
CMYK 0 0.83 0.80 0.14
HSL 358.01º 0.72% 0.5% -
HSV(B) 358.01º 0.83% 0.86% -
XYZ 30.36 16.63 3.99 -
YUV 92.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 219 38 44 0 0.83 0.80 0.14 358.01 0.72 0.5
Hex DB 26 2C 0 53 50 E 166 48 32
Octal 333 46 54 0 123 120 16 546 110 62
Binary 11011011 100110 101100 0 1010011 1010000 1110 101100110 1001000 110010

Color Harmonies of #DB262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB262C

Black with #DB262C

Text Example


Text Example

White with #DB262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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