Html Css Color HEX #DB0740 Crimson

📋 copy color: '#DB0740'

red 219 ◦ green 7 ◦ blue 64

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

Shades of Crimson #DB0740

Tints of Crimson #DB0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 75.52%
G = 2.41%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0740 (or 0xDB0740) is known color: Crimson. HEX triplet: DB, 07 and 40. RGB value is (219,7,64). Sum of RGB (Red+Green+Blue) = 219+7+64=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0740 is #24F8BF. Grayscale: #4C4C4C. Windows color (decimal): -2422976 or 4196315. OLE color: 4196315.

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

Color convert

RGB 219 7 64 -
CMYK 0 0.97 0.71 0.14
HSL 343.87º 0.94% 0.44% -
HSV(B) 343.87º 0.97% 0.86% -
XYZ 30.21 15.58 6.27 -
YUV 76.89 120.74 229.37 -
System Red Green Blue C M Y K H S L
Decimal 219 7 64 0 0.97 0.71 0.14 343.87 0.94 0.44
Hex DB 7 40 0 61 47 E 158 5E 2C
Octal 333 7 100 0 141 107 16 530 136 54
Binary 11011011 111 1000000 0 1100001 1000111 1110 101011000 1011110 101100

Color Harmonies of #DB0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0740

Black with #DB0740

Text Example


Text Example

White with #DB0740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0740; }

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

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

background-color css

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

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

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

border-color css

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

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

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