Html Css Color HEX #DB154C Crimson

📋 copy color: '#DB154C'

red 219 ◦ green 21 ◦ blue 76

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

Shades of Crimson #DB154C

Tints of Crimson #DB154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.65%

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

R = 69.3%
G = 6.65%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB154C (or 0xDB154C) is known color: Crimson. HEX triplet: DB, 15 and 4C. RGB value is (219,21,76). Sum of RGB (Red+Green+Blue) = 219+21+76=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 76 (30.08% from 255 or 24.05% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB154C is #24EAB3. Grayscale: #565656. Windows color (decimal): -2419380 or 4986331. OLE color: 4986331.

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

Color convert

RGB 219 21 76 -
CMYK 0 0.90 0.65 0.14
HSL 343.33º 0.83% 0.47% -
HSV(B) 343.33º 0.9% 0.86% -
XYZ 30.79 16.12 8.33 -
YUV 86.47 122.1 222.53 -
System Red Green Blue C M Y K H S L
Decimal 219 21 76 0 0.90 0.65 0.14 343.33 0.83 0.47
Hex DB 15 4C 0 5A 41 E 157 52 2F
Octal 333 25 114 0 132 101 16 527 122 57
Binary 11011011 10101 1001100 0 1011010 1000001 1110 101010111 1010010 101111

Color Harmonies of #DB154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB154C

Black with #DB154C

Text Example


Text Example

White with #DB154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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