Html Css Color HEX #DB122B Crimson

📋 copy color: '#DB122B'

red 219 ◦ green 18 ◦ blue 43

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

Shades of Crimson #DB122B

Tints of Crimson #DB122B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.36%

R = 78.21%
G = 6.43%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DB122B (or 0xDB122B) is known color: Crimson. HEX triplet: DB, 12 and 2B. RGB value is (219,18,43). Sum of RGB (Red+Green+Blue) = 219+18+43=280 (37% of max value = 765). Red value is 219 (85.94% from 255 or 78.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 219 - color contains mainly: red. Hex color #DB122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB122B is #24EDD4. Grayscale: #515151. Windows color (decimal): -2420181 or 2822875. OLE color: 2822875.

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

Color convert

RGB 219 18 43 -
CMYK 0 0.92 0.80 0.14
HSL 352.54º 0.85% 0.46% -
HSV(B) 352.54º 0.92% 0.86% -
XYZ 29.87 15.67 3.74 -
YUV 80.95 106.59 226.47 -
System Red Green Blue C M Y K H S L
Decimal 219 18 43 0 0.92 0.80 0.14 352.54 0.85 0.46
Hex DB 12 2B 0 5C 50 E 161 55 2E
Octal 333 22 53 0 134 120 16 541 125 56
Binary 11011011 10010 101011 0 1011100 1010000 1110 101100001 1010101 101110

Color Harmonies of #DB122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB122B

Black with #DB122B

Text Example


Text Example

White with #DB122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB122B; }

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

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

background-color css

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

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

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

border-color css

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

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

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