Html Css Color HEX #DB184B Crimson

📋 copy color: '#DB184B'

red 219 ◦ green 24 ◦ blue 75

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

Shades of Crimson #DB184B

Tints of Crimson #DB184B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.55%

 BLUE value IS 75 (29.69% from 255) = 23.58%

R = 68.87%
G = 7.55%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB184B (or 0xDB184B) is known color: Crimson. HEX triplet: DB, 18 and 4B. RGB value is (219,24,75). Sum of RGB (Red+Green+Blue) = 219+24+75=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB184B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB184B is #24E7B4. Grayscale: #585858. Windows color (decimal): -2418613 or 4921563. OLE color: 4921563.

HSL color Cylindrical-coordinate representation of color #DB184B: hue angle of 344.31º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB184B is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 24 75 -
CMYK 0 0.89 0.66 0.14
HSL 344.31º 0.8% 0.48% -
HSV(B) 344.31º 0.89% 0.86% -
XYZ 30.81 16.22 8.16 -
YUV 88.12 120.6 221.35 -
System Red Green Blue C M Y K H S L
Decimal 219 24 75 0 0.89 0.66 0.14 344.31 0.8 0.48
Hex DB 18 4B 0 59 42 E 158 50 30
Octal 333 30 113 0 131 102 16 530 120 60
Binary 11011011 11000 1001011 0 1011001 1000010 1110 101011000 1010000 110000

Color Harmonies of #DB184B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB184B

Black with #DB184B

Text Example


Text Example

White with #DB184B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB184B; }

 p { color: rgb(219,24,75); }

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

background-color css

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

 a { background-color: rgb(219,24,75); }

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

border-color css

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

 span { border-color: rgb(219,24,75); }

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