Html Css Color HEX #DB153D Crimson

📋 copy color: '#DB153D'

red 219 ◦ green 21 ◦ blue 61

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

Shades of Crimson #DB153D

Tints of Crimson #DB153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 72.76%
G = 6.98%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB153D (or 0xDB153D) is known color: Crimson. HEX triplet: DB, 15 and 3D. RGB value is (219,21,61). Sum of RGB (Red+Green+Blue) = 219+21+61=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 21 (8.59% from 255 or 6.98% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB153D is #24EAC2. Grayscale: #545454. Windows color (decimal): -2419395 or 4003291. OLE color: 4003291.

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

Color convert

RGB 219 21 61 -
CMYK 0 0.90 0.72 0.14
HSL 347.88º 0.83% 0.47% -
HSV(B) 347.88º 0.9% 0.86% -
XYZ 30.32 15.93 5.89 -
YUV 84.76 114.6 223.75 -
System Red Green Blue C M Y K H S L
Decimal 219 21 61 0 0.90 0.72 0.14 347.88 0.83 0.47
Hex DB 15 3D 0 5A 48 E 15C 52 2F
Octal 333 25 75 0 132 110 16 534 122 57
Binary 11011011 10101 111101 0 1011010 1001000 1110 101011100 1010010 101111

Color Harmonies of #DB153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB153D

Black with #DB153D

Text Example


Text Example

White with #DB153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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