Html Css Color HEX #DB0943 Crimson

📋 copy color: '#DB0943'

red 219 ◦ green 9 ◦ blue 67

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

Shades of Crimson #DB0943

Tints of Crimson #DB0943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.71%

R = 74.24%
G = 3.05%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0943 (or 0xDB0943) is known color: Crimson. HEX triplet: DB, 09 and 43. RGB value is (219,9,67). Sum of RGB (Red+Green+Blue) = 219+9+67=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0943 is #24F6BC. Grayscale: #4E4E4E. Windows color (decimal): -2422461 or 4393435. OLE color: 4393435.

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

Color convert

RGB 219 9 67 -
CMYK 0 0.96 0.69 0.14
HSL 343.43º 0.92% 0.45% -
HSV(B) 343.43º 0.96% 0.86% -
XYZ 30.32 15.66 6.73 -
YUV 78.4 121.57 228.28 -
System Red Green Blue C M Y K H S L
Decimal 219 9 67 0 0.96 0.69 0.14 343.43 0.92 0.45
Hex DB 9 43 0 60 45 E 157 5C 2D
Octal 333 11 103 0 140 105 16 527 134 55
Binary 11011011 1001 1000011 0 1100000 1000101 1110 101010111 1011100 101101

Color Harmonies of #DB0943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0943

Black with #DB0943

Text Example


Text Example

White with #DB0943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0943; }

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

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

background-color css

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

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

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

border-color css

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

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

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