Html Css Color HEX #DB163C Crimson

📋 copy color: '#DB163C'

red 219 ◦ green 22 ◦ blue 60

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

Shades of Crimson #DB163C

Tints of Crimson #DB163C

RGB

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

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

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

R = 72.76%
G = 7.31%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB163C (or 0xDB163C) is known color: Crimson. HEX triplet: DB, 16 and 3C. RGB value is (219,22,60). Sum of RGB (Red+Green+Blue) = 219+22+60=301 (39% of max value = 765). Red value is 219 (85.94% from 255 or 72.76% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 219 - color contains mainly: red. Hex color #DB163C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB163C is #24E9C3. Grayscale: #555555. Windows color (decimal): -2419140 or 3938011. OLE color: 3938011.

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

Color convert

RGB 219 22 60 -
CMYK 0 0.90 0.73 0.14
HSL 348.43º 0.82% 0.47% -
HSV(B) 348.43º 0.9% 0.86% -
XYZ 30.32 15.96 5.76 -
YUV 85.24 113.77 223.41 -
System Red Green Blue C M Y K H S L
Decimal 219 22 60 0 0.90 0.73 0.14 348.43 0.82 0.47
Hex DB 16 3C 0 5A 49 E 15C 52 2F
Octal 333 26 74 0 132 111 16 534 122 57
Binary 11011011 10110 111100 0 1011010 1001001 1110 101011100 1010010 101111

Color Harmonies of #DB163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB163C

Black with #DB163C

Text Example


Text Example

White with #DB163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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