Html Css Color HEX #DB1434 Crimson

📋 copy color: '#DB1434'

red 219 ◦ green 20 ◦ blue 52

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

Shades of Crimson #DB1434

Tints of Crimson #DB1434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.87%

 BLUE value IS 52 (20.7% from 255) = 17.87%

R = 75.26%
G = 6.87%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1434 (or 0xDB1434) is known color: Crimson. HEX triplet: DB, 14 and 34. RGB value is (219,20,52). Sum of RGB (Red+Green+Blue) = 219+20+52=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1434 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1434 is #24EBCB. Grayscale: #535353. Windows color (decimal): -2419660 or 3413211. OLE color: 3413211.

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

Color convert

RGB 219 20 52 -
CMYK 0 0.91 0.76 0.14
HSL 350.35º 0.83% 0.47% -
HSV(B) 350.35º 0.91% 0.86% -
XYZ 30.08 15.81 4.71 -
YUV 83.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 219 20 52 0 0.91 0.76 0.14 350.35 0.83 0.47
Hex DB 14 34 0 5B 4C E 15E 53 2F
Octal 333 24 64 0 133 114 16 536 123 57
Binary 11011011 10100 110100 0 1011011 1001100 1110 101011110 1010011 101111

Color Harmonies of #DB1434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1434

Black with #DB1434

Text Example


Text Example

White with #DB1434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1434; }

 p { color: rgb(219,20,52); }

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

background-color css

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

 a { background-color: rgb(219,20,52); }

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

border-color css

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

 span { border-color: rgb(219,20,52); }

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