Html Css Color HEX #DB043B Crimson

📋 copy color: '#DB043B'

red 219 ◦ green 4 ◦ blue 59

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

Shades of Crimson #DB043B

Tints of Crimson #DB043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 77.66%
G = 1.42%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB043B (or 0xDB043B) is known color: Crimson. HEX triplet: DB, 04 and 3B. RGB value is (219,4,59). Sum of RGB (Red+Green+Blue) = 219+4+59=282 (37% of max value = 765). Red value is 219 (85.94% from 255 or 77.66% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 219 - color contains mainly: red. Hex color #DB043B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB043B is #24FBC4. Grayscale: #4A4A4A. Windows color (decimal): -2423749 or 3867867. OLE color: 3867867.

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

Color convert

RGB 219 4 59 -
CMYK 0 0.98 0.73 0.14
HSL 344.65º 0.96% 0.44% -
HSV(B) 344.65º 0.98% 0.86% -
XYZ 30.05 15.46 5.54 -
YUV 74.56 119.23 231.03 -
System Red Green Blue C M Y K H S L
Decimal 219 4 59 0 0.98 0.73 0.14 344.65 0.96 0.44
Hex DB 4 3B 0 62 49 E 159 60 2C
Octal 333 4 73 0 142 111 16 531 140 54
Binary 11011011 100 111011 0 1100010 1001001 1110 101011001 1100000 101100

Color Harmonies of #DB043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB043B

Black with #DB043B

Text Example


Text Example

White with #DB043B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB043B; }

 p { color: rgb(219,4,59); }

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

background-color css

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

 a { background-color: rgb(219,4,59); }

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

border-color css

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

 span { border-color: rgb(219,4,59); }

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