Html Css Color HEX #DB0940 Crimson

📋 copy color: '#DB0940'

red 219 ◦ green 9 ◦ blue 64

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

Shades of Crimson #DB0940

Tints of Crimson #DB0940

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 75%
G = 3.08%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0940 (or 0xDB0940) is known color: Crimson. HEX triplet: DB, 09 and 40. RGB value is (219,9,64). Sum of RGB (Red+Green+Blue) = 219+9+64=292 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0940 is #24F6BF. Grayscale: #4E4E4E. Windows color (decimal): -2422464 or 4196827. OLE color: 4196827.

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

Color convert

RGB 219 9 64 -
CMYK 0 0.96 0.71 0.14
HSL 344.29º 0.92% 0.45% -
HSV(B) 344.29º 0.96% 0.86% -
XYZ 30.24 15.63 6.27 -
YUV 78.06 120.07 228.53 -
System Red Green Blue C M Y K H S L
Decimal 219 9 64 0 0.96 0.71 0.14 344.29 0.92 0.45
Hex DB 9 40 0 60 47 E 158 5C 2D
Octal 333 11 100 0 140 107 16 530 134 55
Binary 11011011 1001 1000000 0 1100000 1000111 1110 101011000 1011100 101101

Color Harmonies of #DB0940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0940

Black with #DB0940

Text Example


Text Example

White with #DB0940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0940; }

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

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

background-color css

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

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

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

border-color css

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

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

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