Html Css Color HEX #DB052B Crimson

📋 copy color: '#DB052B'

red 219 ◦ green 5 ◦ blue 43

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

Shades of Crimson #DB052B

Tints of Crimson #DB052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.1%

R = 82.02%
G = 1.87%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB052B (or 0xDB052B) is known color: Crimson. HEX triplet: DB, 05 and 2B. RGB value is (219,5,43). Sum of RGB (Red+Green+Blue) = 219+5+43=267 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.02% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 219 - color contains mainly: red. Hex color #DB052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB052B is #24FAD4. Grayscale: #494949. Windows color (decimal): -2423509 or 2819547. OLE color: 2819547.

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

Color convert

RGB 219 5 43 -
CMYK 0 0.98 0.80 0.14
HSL 349.35º 0.96% 0.44% -
HSV(B) 349.35º 0.98% 0.86% -
XYZ 29.7 15.34 3.68 -
YUV 73.32 110.9 231.91 -
System Red Green Blue C M Y K H S L
Decimal 219 5 43 0 0.98 0.80 0.14 349.35 0.96 0.44
Hex DB 5 2B 0 62 50 E 15D 60 2C
Octal 333 5 53 0 142 120 16 535 140 54
Binary 11011011 101 101011 0 1100010 1010000 1110 101011101 1100000 101100

Color Harmonies of #DB052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB052B

Black with #DB052B

Text Example


Text Example

White with #DB052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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