Html Css Color HEX #DB134C Crimson

📋 copy color: '#DB134C'

red 219 ◦ green 19 ◦ blue 76

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

Shades of Crimson #DB134C

Tints of Crimson #DB134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 69.75%
G = 6.05%
B = 24.2%

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

#DB134C (or 0xDB134C) is known color: Crimson. HEX triplet: DB, 13 and 4C. RGB value is (219,19,76). Sum of RGB (Red+Green+Blue) = 219+19+76=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB134C is #24ECB3. Grayscale: #555555. Windows color (decimal): -2419892 or 4985819. OLE color: 4985819.

HSL color Cylindrical-coordinate representation of color #DB134C: hue angle of 342.9º degrees, saturation: 0.84, 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 #DB134C is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 76 -
CMYK 0 0.91 0.65 0.14
HSL 342.9º 0.84% 0.47% -
HSV(B) 342.9º 0.91% 0.86% -
XYZ 30.75 16.05 8.31 -
YUV 85.3 122.76 223.37 -
System Red Green Blue C M Y K H S L
Decimal 219 19 76 0 0.91 0.65 0.14 342.9 0.84 0.47
Hex DB 13 4C 0 5B 41 E 157 54 2F
Octal 333 23 114 0 133 101 16 527 124 57
Binary 11011011 10011 1001100 0 1011011 1000001 1110 101010111 1010100 101111

Color Harmonies of #DB134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB134C

Black with #DB134C

Text Example


Text Example

White with #DB134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB134C; }

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

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

background-color css

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

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

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

border-color css

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

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

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