Html Css Color HEX #DB144C Crimson

📋 copy color: '#DB144C'

red 219 ◦ green 20 ◦ blue 76

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

Shades of Crimson #DB144C

Tints of Crimson #DB144C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

 BLUE value IS 76 (30.08% from 255) = 24.13%

R = 69.52%
G = 6.35%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB144C (or 0xDB144C) is known color: Crimson. HEX triplet: DB, 14 and 4C. RGB value is (219,20,76). Sum of RGB (Red+Green+Blue) = 219+20+76=315 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.52% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 219 - color contains mainly: red. Hex color #DB144C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB144C is #24EBB3. Grayscale: #555555. Windows color (decimal): -2419636 or 4986075. OLE color: 4986075.

HSL color Cylindrical-coordinate representation of color #DB144C: hue angle of 343.12º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB144C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 20 76 -
CMYK 0 0.91 0.65 0.14
HSL 343.12º 0.83% 0.47% -
HSV(B) 343.12º 0.91% 0.86% -
XYZ 30.77 16.08 8.32 -
YUV 85.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 219 20 76 0 0.91 0.65 0.14 343.12 0.83 0.47
Hex DB 14 4C 0 5B 41 E 157 53 2F
Octal 333 24 114 0 133 101 16 527 123 57
Binary 11011011 10100 1001100 0 1011011 1000001 1110 101010111 1010011 101111

Color Harmonies of #DB144C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB144C

Black with #DB144C

Text Example


Text Example

White with #DB144C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB144C; }

 p { color: rgb(219,20,76); }

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

background-color css

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

 a { background-color: rgb(219,20,76); }

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

border-color css

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

 span { border-color: rgb(219,20,76); }

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