Html Css Color HEX #DB123D Crimson

📋 copy color: '#DB123D'

red 219 ◦ green 18 ◦ blue 61

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

Shades of Crimson #DB123D

Tints of Crimson #DB123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 73.49%
G = 6.04%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DB123D (or 0xDB123D) is known color: Crimson. HEX triplet: DB, 12 and 3D. RGB value is (219,18,61). Sum of RGB (Red+Green+Blue) = 219+18+61=298 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.49% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 219 - color contains mainly: red. Hex color #DB123D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB123D is #24EDC2. Grayscale: #535353. Windows color (decimal): -2420163 or 4002523. OLE color: 4002523.

HSL color Cylindrical-coordinate representation of color #DB123D: hue angle of 347.16º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB123D is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 18 61 -
CMYK 0 0.92 0.72 0.14
HSL 347.16º 0.85% 0.46% -
HSV(B) 347.16º 0.92% 0.86% -
XYZ 30.27 15.83 5.87 -
YUV 83 115.59 225 -
System Red Green Blue C M Y K H S L
Decimal 219 18 61 0 0.92 0.72 0.14 347.16 0.85 0.46
Hex DB 12 3D 0 5C 48 E 15B 55 2E
Octal 333 22 75 0 134 110 16 533 125 56
Binary 11011011 10010 111101 0 1011100 1001000 1110 101011011 1010101 101110

Color Harmonies of #DB123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB123D

Black with #DB123D

Text Example


Text Example

White with #DB123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB123D; }

 p { color: rgb(219,18,61); }

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

background-color css

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

 a { background-color: rgb(219,18,61); }

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

border-color css

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

 span { border-color: rgb(219,18,61); }

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