Html Css Color HEX #DB124B Crimson

📋 copy color: '#DB124B'

red 219 ◦ green 18 ◦ blue 75

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

Shades of Crimson #DB124B

Tints of Crimson #DB124B

RGB

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

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

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

R = 70.19%
G = 5.77%
B = 24.04%

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

#DB124B (or 0xDB124B) is known color: Crimson. HEX triplet: DB, 12 and 4B. RGB value is (219,18,75). Sum of RGB (Red+Green+Blue) = 219+18+75=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 75 (29.69% from 255 or 24.04% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB124B is #24EDB4. Grayscale: #545454. Windows color (decimal): -2420149 or 4920027. OLE color: 4920027.

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

Color convert

RGB 219 18 75 -
CMYK 0 0.92 0.66 0.14
HSL 342.99º 0.85% 0.46% -
HSV(B) 342.99º 0.92% 0.86% -
XYZ 30.7 16 8.13 -
YUV 84.6 122.59 223.87 -
System Red Green Blue C M Y K H S L
Decimal 219 18 75 0 0.92 0.66 0.14 342.99 0.85 0.46
Hex DB 12 4B 0 5C 42 E 157 55 2E
Octal 333 22 113 0 134 102 16 527 125 56
Binary 11011011 10010 1001011 0 1011100 1000010 1110 101010111 1010101 101110

Color Harmonies of #DB124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB124B

Black with #DB124B

Text Example


Text Example

White with #DB124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB124B; }

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

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

background-color css

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

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

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

border-color css

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

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

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