Html Css Color HEX #DB043F Crimson

📋 copy color: '#DB043F'

red 219 ◦ green 4 ◦ blue 63

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

Shades of Crimson #DB043F

Tints of Crimson #DB043F

RGB

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

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

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

R = 76.57%
G = 1.4%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB043F (or 0xDB043F) is known color: Crimson. HEX triplet: DB, 04 and 3F. RGB value is (219,4,63). Sum of RGB (Red+Green+Blue) = 219+4+63=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 4 (1.95% from 255 or 1.40% from 286); Blue value is 63 (25% from 255 or 22.03% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB043F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB043F is #24FBC0. Grayscale: #4A4A4A. Windows color (decimal): -2423745 or 4130011. OLE color: 4130011.

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

Color convert

RGB 219 4 63 -
CMYK 0 0.98 0.71 0.14
HSL 343.53º 0.96% 0.44% -
HSV(B) 343.53º 0.98% 0.86% -
XYZ 30.15 15.51 6.11 -
YUV 75.01 121.23 230.7 -
System Red Green Blue C M Y K H S L
Decimal 219 4 63 0 0.98 0.71 0.14 343.53 0.96 0.44
Hex DB 4 3F 0 62 47 E 158 60 2C
Octal 333 4 77 0 142 107 16 530 140 54
Binary 11011011 100 111111 0 1100010 1000111 1110 101011000 1100000 101100

Color Harmonies of #DB043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB043F

Black with #DB043F

Text Example


Text Example

White with #DB043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB043F; }

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

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

background-color css

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

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

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

border-color css

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

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

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