Html Css Color HEX #DB053E Crimson

📋 copy color: '#DB053E'

red 219 ◦ green 5 ◦ blue 62

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

Shades of Crimson #DB053E

Tints of Crimson #DB053E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

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

R = 76.57%
G = 1.75%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB053E (or 0xDB053E) is known color: Crimson. HEX triplet: DB, 05 and 3E. RGB value is (219,5,62). Sum of RGB (Red+Green+Blue) = 219+5+62=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 62 (24.61% from 255 or 21.68% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB053E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB053E is #24FAC1. Grayscale: #4B4B4B. Windows color (decimal): -2423490 or 4064731. OLE color: 4064731.

HSL color Cylindrical-coordinate representation of color #DB053E: hue angle of 344.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB053E is Cyan = 0, Magento = 0.98, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 5 62 -
CMYK 0 0.98 0.72 0.14
HSL 344.02º 0.96% 0.44% -
HSV(B) 344.02º 0.98% 0.86% -
XYZ 30.14 15.52 5.96 -
YUV 75.48 120.4 230.37 -
System Red Green Blue C M Y K H S L
Decimal 219 5 62 0 0.98 0.72 0.14 344.02 0.96 0.44
Hex DB 5 3E 0 62 48 E 158 60 2C
Octal 333 5 76 0 142 110 16 530 140 54
Binary 11011011 101 111110 0 1100010 1001000 1110 101011000 1100000 101100

Color Harmonies of #DB053E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB053E

Black with #DB053E

Text Example


Text Example

White with #DB053E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB053E; }

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

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

background-color css

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

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

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

border-color css

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

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

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