Html Css Color HEX #DB263E Alizarin

📋 copy color: '#DB263E'

red 219 ◦ green 38 ◦ blue 62

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

Shades of Alizarin #DB263E

Tints of Alizarin #DB263E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 68.65%
G = 11.91%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB263E (or 0xDB263E) is known color: Alizarin. HEX triplet: DB, 26 and 3E. RGB value is (219,38,62). Sum of RGB (Red+Green+Blue) = 219+38+62=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 38 (15.23% from 255 or 11.91% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB263E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB263E is #24D9C1. Grayscale: #5E5E5E. Windows color (decimal): -2415042 or 4073179. OLE color: 4073179.

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

Color convert

RGB 219 38 62 -
CMYK 0 0.83 0.72 0.14
HSL 352.04º 0.72% 0.5% -
HSV(B) 352.04º 0.83% 0.86% -
XYZ 30.78 16.79 6.18 -
YUV 94.86 109.47 216.55 -
System Red Green Blue C M Y K H S L
Decimal 219 38 62 0 0.83 0.72 0.14 352.04 0.72 0.5
Hex DB 26 3E 0 53 48 E 160 48 32
Octal 333 46 76 0 123 110 16 540 110 62
Binary 11011011 100110 111110 0 1010011 1001000 1110 101100000 1001000 110010

Color Harmonies of #DB263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB263E

Black with #DB263E

Text Example


Text Example

White with #DB263E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB263E; }

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

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

background-color css

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

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

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

border-color css

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

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

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