Html Css Color HEX #DB134A Crimson

📋 copy color: '#DB134A'

red 219 ◦ green 19 ◦ blue 74

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

Shades of Crimson #DB134A

Tints of Crimson #DB134A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.72%

R = 70.19%
G = 6.09%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB134A (or 0xDB134A) is known color: Crimson. HEX triplet: DB, 13 and 4A. RGB value is (219,19,74). Sum of RGB (Red+Green+Blue) = 219+19+74=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB134A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB134A is #24ECB5. Grayscale: #555555. Windows color (decimal): -2419894 or 4854747. OLE color: 4854747.

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

Color convert

RGB 219 19 74 -
CMYK 0 0.91 0.66 0.14
HSL 343.5º 0.84% 0.47% -
HSV(B) 343.5º 0.91% 0.86% -
XYZ 30.68 16.02 7.95 -
YUV 85.07 121.76 223.53 -
System Red Green Blue C M Y K H S L
Decimal 219 19 74 0 0.91 0.66 0.14 343.5 0.84 0.47
Hex DB 13 4A 0 5B 42 E 158 54 2F
Octal 333 23 112 0 133 102 16 530 124 57
Binary 11011011 10011 1001010 0 1011011 1000010 1110 101011000 1010100 101111

Color Harmonies of #DB134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB134A

Black with #DB134A

Text Example


Text Example

White with #DB134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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