Html Css Color HEX #DB052A Crimson

📋 copy color: '#DB052A'

red 219 ◦ green 5 ◦ blue 42

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

Shades of Crimson #DB052A

Tints of Crimson #DB052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.79%

R = 82.33%
G = 1.88%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB052A (or 0xDB052A) is known color: Crimson. HEX triplet: DB, 05 and 2A. RGB value is (219,5,42). Sum of RGB (Red+Green+Blue) = 219+5+42=266 (35% of max value = 765). Red value is 219 (85.94% from 255 or 82.33% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 219 - color contains mainly: red. Hex color #DB052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB052A is #24FAD5. Grayscale: #494949. Windows color (decimal): -2423510 or 2754011. OLE color: 2754011.

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

Color convert

RGB 219 5 42 -
CMYK 0 0.98 0.81 0.14
HSL 349.63º 0.96% 0.44% -
HSV(B) 349.63º 0.98% 0.86% -
XYZ 29.69 15.34 3.59 -
YUV 73.2 110.4 231.99 -
System Red Green Blue C M Y K H S L
Decimal 219 5 42 0 0.98 0.81 0.14 349.63 0.96 0.44
Hex DB 5 2A 0 62 51 E 15E 60 2C
Octal 333 5 52 0 142 121 16 536 140 54
Binary 11011011 101 101010 0 1100010 1010001 1110 101011110 1100000 101100

Color Harmonies of #DB052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB052A

Black with #DB052A

Text Example


Text Example

White with #DB052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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