Html Css Color HEX #DB363F Alizarin

📋 copy color: '#DB363F'

red 219 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #DB363F

Tints of Alizarin #DB363F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.07%

 BLUE value IS 63 (25% from 255) = 18.75%

R = 65.18%
G = 16.07%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB363F (or 0xDB363F) is known color: Alizarin. HEX triplet: DB, 36 and 3F. RGB value is (219,54,63). Sum of RGB (Red+Green+Blue) = 219+54+63=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB363F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB363F is #24C9C0. Grayscale: #686868. Windows color (decimal): -2410945 or 4142811. OLE color: 4142811.

HSL color Cylindrical-coordinate representation of color #DB363F: hue angle of 356.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB363F is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 63 -
CMYK 0 0.75 0.71 0.14
HSL 356.73º 0.7% 0.54% -
HSV(B) 356.73º 0.75% 0.86% -
XYZ 31.43 18.06 6.53 -
YUV 104.36 104.66 209.77 -
System Red Green Blue C M Y K H S L
Decimal 219 54 63 0 0.75 0.71 0.14 356.73 0.7 0.54
Hex DB 36 3F 0 4B 47 E 165 46 36
Octal 333 66 77 0 113 107 16 545 106 66
Binary 11011011 110110 111111 0 1001011 1000111 1110 101100101 1000110 110110

Color Harmonies of #DB363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB363F

Black with #DB363F

Text Example


Text Example

White with #DB363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB363F; }

 p { color: rgb(219,54,63); }

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

background-color css

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

 a { background-color: rgb(219,54,63); }

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

border-color css

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

 span { border-color: rgb(219,54,63); }

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