Html Css Color HEX #DB0F40 Crimson

📋 copy color: '#DB0F40'

red 219 ◦ green 15 ◦ blue 64

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

Shades of Crimson #DB0F40

Tints of Crimson #DB0F40

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.03%

 BLUE value IS 64 (25.39% from 255) = 21.48%

R = 73.49%
G = 5.03%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0F40 (or 0xDB0F40) is known color: Crimson. HEX triplet: DB, 0F and 40. RGB value is (219,15,64). Sum of RGB (Red+Green+Blue) = 219+15+64=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 15 (6.25% from 255 or 5.03% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0F40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0F40 is #24F0BF. Grayscale: #515151. Windows color (decimal): -2420928 or 4198363. OLE color: 4198363.

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

Color convert

RGB 219 15 64 -
CMYK 0 0.93 0.71 0.14
HSL 345.59º 0.87% 0.46% -
HSV(B) 345.59º 0.93% 0.86% -
XYZ 30.31 15.77 6.3 -
YUV 81.58 118.09 226.02 -
System Red Green Blue C M Y K H S L
Decimal 219 15 64 0 0.93 0.71 0.14 345.59 0.87 0.46
Hex DB F 40 0 5D 47 E 15A 57 2E
Octal 333 17 100 0 135 107 16 532 127 56
Binary 11011011 1111 1000000 0 1011101 1000111 1110 101011010 1010111 101110

Color Harmonies of #DB0F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0F40

Black with #DB0F40

Text Example


Text Example

White with #DB0F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0F40; }

 p { color: rgb(219,15,64); }

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

background-color css

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

 a { background-color: rgb(219,15,64); }

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

border-color css

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

 span { border-color: rgb(219,15,64); }

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