Html Css Color HEX #DB114B Crimson

📋 copy color: '#DB114B'

red 219 ◦ green 17 ◦ blue 75

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

Shades of Crimson #DB114B

Tints of Crimson #DB114B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.47%

 BLUE value IS 75 (29.69% from 255) = 24.12%

R = 70.42%
G = 5.47%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB114B (or 0xDB114B) is known color: Crimson. HEX triplet: DB, 11 and 4B. RGB value is (219,17,75). Sum of RGB (Red+Green+Blue) = 219+17+75=311 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.42% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 219 - color contains mainly: red. Hex color #DB114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB114B is #24EEB4. Grayscale: #535353. Windows color (decimal): -2420405 or 4919771. OLE color: 4919771.

HSL color Cylindrical-coordinate representation of color #DB114B: hue angle of 342.77º degrees, saturation: 0.86, 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 #DB114B is Cyan = 0, Magento = 0.92, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 17 75 -
CMYK 0 0.92 0.66 0.14
HSL 342.77º 0.86% 0.46% -
HSV(B) 342.77º 0.92% 0.86% -
XYZ 30.68 15.97 8.12 -
YUV 84.01 122.92 224.28 -
System Red Green Blue C M Y K H S L
Decimal 219 17 75 0 0.92 0.66 0.14 342.77 0.86 0.46
Hex DB 11 4B 0 5C 42 E 157 56 2E
Octal 333 21 113 0 134 102 16 527 126 56
Binary 11011011 10001 1001011 0 1011100 1000010 1110 101010111 1010110 101110

Color Harmonies of #DB114B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB114B

Black with #DB114B

Text Example


Text Example

White with #DB114B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB114B; }

 p { color: rgb(219,17,75); }

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

background-color css

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

 a { background-color: rgb(219,17,75); }

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

border-color css

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

 span { border-color: rgb(219,17,75); }

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