Html Css Color HEX #DB1634 Crimson

📋 copy color: '#DB1634'

red 219 ◦ green 22 ◦ blue 52

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

Shades of Crimson #DB1634

Tints of Crimson #DB1634

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.51%

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

R = 74.74%
G = 7.51%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1634 (or 0xDB1634) is known color: Crimson. HEX triplet: DB, 16 and 34. RGB value is (219,22,52). Sum of RGB (Red+Green+Blue) = 219+22+52=293 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.74% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1634 is #24E9CB. Grayscale: #545454. Windows color (decimal): -2419148 or 3413723. OLE color: 3413723.

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

Color convert

RGB 219 22 52 -
CMYK 0 0.90 0.76 0.14
HSL 350.86º 0.82% 0.47% -
HSV(B) 350.86º 0.9% 0.86% -
XYZ 30.12 15.88 4.73 -
YUV 84.32 109.77 224.06 -
System Red Green Blue C M Y K H S L
Decimal 219 22 52 0 0.90 0.76 0.14 350.86 0.82 0.47
Hex DB 16 34 0 5A 4C E 15F 52 2F
Octal 333 26 64 0 132 114 16 537 122 57
Binary 11011011 10110 110100 0 1011010 1001100 1110 101011111 1010010 101111

Color Harmonies of #DB1634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1634

Black with #DB1634

Text Example


Text Example

White with #DB1634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1634; }

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

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

background-color css

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

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

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

border-color css

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

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

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