Html Css Color HEX #DB0043 Crimson

📋 copy color: '#DB0043'

red 219 ◦ green 0 ◦ blue 67

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

Shades of Crimson #DB0043

Tints of Crimson #DB0043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 76.57%
G = 0%
B = 23.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DB0043 (or 0xDB0043) is known color: Crimson. HEX triplet: DB, 00 and 43. RGB value is (219,0,67). Sum of RGB (Red+Green+Blue) = 219+0+67=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 67 (26.56% from 255 or 23.43% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0043 is #24FFBC. Grayscale: #494949. Windows color (decimal): -2424765 or 4391131. OLE color: 4391131.

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

Color convert

RGB 219 0 67 -
CMYK 0 1 0.69 0.14
HSL 341.64º 1% 0.43% -
HSV(B) 341.64º 1% 0.86% -
XYZ 30.23 15.47 6.7 -
YUV 73.12 124.55 232.05 -
System Red Green Blue C M Y K H S L
Decimal 219 0 67 0 1 0.69 0.14 341.64 1 0.43
Hex DB 0 43 0 64 45 E 156 64 2B
Octal 333 0 103 0 144 105 16 526 144 53
Binary 11011011 0 1000011 0 1100100 1000101 1110 101010110 1100100 101011

Color Harmonies of #DB0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0043

Black with #DB0043

Text Example


Text Example

White with #DB0043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0043; }

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

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

background-color css

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

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

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

border-color css

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

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

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