Html Css Color HEX #DB262F Alizarin

📋 copy color: '#DB262F'

red 219 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #DB262F

Tints of Alizarin #DB262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 72.04%
G = 12.5%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DB262F (or 0xDB262F) is known color: Alizarin. HEX triplet: DB, 26 and 2F. RGB value is (219,38,47). Sum of RGB (Red+Green+Blue) = 219+38+47=304 (40% of max value = 765). Red value is 219 (85.94% from 255 or 72.04% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 219 - color contains mainly: red. Hex color #DB262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB262F is #24D9D0. Grayscale: #5D5D5D. Windows color (decimal): -2415057 or 3090139. OLE color: 3090139.

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

Color convert

RGB 219 38 47 -
CMYK 0 0.83 0.79 0.14
HSL 357.02º 0.72% 0.5% -
HSV(B) 357.02º 0.83% 0.86% -
XYZ 30.42 16.65 4.3 -
YUV 93.15 101.97 217.77 -
System Red Green Blue C M Y K H S L
Decimal 219 38 47 0 0.83 0.79 0.14 357.02 0.72 0.5
Hex DB 26 2F 0 53 4F E 165 48 32
Octal 333 46 57 0 123 117 16 545 110 62
Binary 11011011 100110 101111 0 1010011 1001111 1110 101100101 1001000 110010

Color Harmonies of #DB262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB262F

Black with #DB262F

Text Example


Text Example

White with #DB262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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