Html Css Color HEX #DB1C3C Crimson

📋 copy color: '#DB1C3C'

red 219 ◦ green 28 ◦ blue 60

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

Shades of Crimson #DB1C3C

Tints of Crimson #DB1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.12%

 BLUE value IS 60 (23.83% from 255) = 19.54%

R = 71.34%
G = 9.12%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB1C3C (or 0xDB1C3C) is known color: Crimson. HEX triplet: DB, 1C and 3C. RGB value is (219,28,60). Sum of RGB (Red+Green+Blue) = 219+28+60=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1C3C is #24E3C3. Grayscale: #585858. Windows color (decimal): -2417604 or 3939547. OLE color: 3939547.

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

Color convert

RGB 219 28 60 -
CMYK 0 0.87 0.73 0.14
HSL 349.95º 0.77% 0.48% -
HSV(B) 349.95º 0.87% 0.86% -
XYZ 30.44 16.22 5.8 -
YUV 88.76 111.78 220.9 -
System Red Green Blue C M Y K H S L
Decimal 219 28 60 0 0.87 0.73 0.14 349.95 0.77 0.48
Hex DB 1C 3C 0 57 49 E 15E 4D 30
Octal 333 34 74 0 127 111 16 536 115 60
Binary 11011011 11100 111100 0 1010111 1001001 1110 101011110 1001101 110000

Color Harmonies of #DB1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1C3C

Black with #DB1C3C

Text Example


Text Example

White with #DB1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1C3C; }

 p { color: rgb(219,28,60); }

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

background-color css

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

 a { background-color: rgb(219,28,60); }

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

border-color css

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

 span { border-color: rgb(219,28,60); }

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