Html Css Color HEX #DB1F3F Crimson

📋 copy color: '#DB1F3F'

red 219 ◦ green 31 ◦ blue 63

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

Shades of Crimson #DB1F3F

Tints of Crimson #DB1F3F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.9%

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

R = 69.97%
G = 9.9%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB1F3F (or 0xDB1F3F) is known color: Crimson. HEX triplet: DB, 1F and 3F. RGB value is (219,31,63). Sum of RGB (Red+Green+Blue) = 219+31+63=313 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.97% from 313); Green value is 31 (12.5% from 255 or 9.90% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1F3F is #24E0C0. Grayscale: #5A5A5A. Windows color (decimal): -2416833 or 4136923. OLE color: 4136923.

HSL color Cylindrical-coordinate representation of color #DB1F3F: hue angle of 349.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F3F is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 31 63 -
CMYK 0 0.86 0.71 0.14
HSL 349.79º 0.75% 0.49% -
HSV(B) 349.79º 0.86% 0.86% -
XYZ 30.6 16.4 6.26 -
YUV 90.86 112.28 219.4 -
System Red Green Blue C M Y K H S L
Decimal 219 31 63 0 0.86 0.71 0.14 349.79 0.75 0.49
Hex DB 1F 3F 0 56 47 E 15E 4B 31
Octal 333 37 77 0 126 107 16 536 113 61
Binary 11011011 11111 111111 0 1010110 1000111 1110 101011110 1001011 110001

Color Harmonies of #DB1F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1F3F

Black with #DB1F3F

Text Example


Text Example

White with #DB1F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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