Html Css Color HEX #DB1B36 Crimson

📋 copy color: '#DB1B36'

red 219 ◦ green 27 ◦ blue 54

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

Shades of Crimson #DB1B36

Tints of Crimson #DB1B36

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 73%
G = 9%
B = 18%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DB1B36 (or 0xDB1B36) is known color: Crimson. HEX triplet: DB, 1B and 36. RGB value is (219,27,54). Sum of RGB (Red+Green+Blue) = 219+27+54=300 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73% from 300); Green value is 27 (10.94% from 255 or 9% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB1B36 is #24E4C9. Grayscale: #575757. Windows color (decimal): -2417866 or 3546075. OLE color: 3546075.

HSL color Cylindrical-coordinate representation of color #DB1B36: hue angle of 351.56º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B36 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 27 54 -
CMYK 0 0.88 0.75 0.14
HSL 351.56º 0.78% 0.48% -
HSV(B) 351.56º 0.88% 0.86% -
XYZ 30.27 16.11 5 -
YUV 87.49 109.11 221.8 -
System Red Green Blue C M Y K H S L
Decimal 219 27 54 0 0.88 0.75 0.14 351.56 0.78 0.48
Hex DB 1B 36 0 58 4B E 160 4E 30
Octal 333 33 66 0 130 113 16 540 116 60
Binary 11011011 11011 110110 0 1011000 1001011 1110 101100000 1001110 110000

Color Harmonies of #DB1B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1B36

Black with #DB1B36

Text Example


Text Example

White with #DB1B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1B36; }

 p { color: rgb(219,27,54); }

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

background-color css

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

 a { background-color: rgb(219,27,54); }

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

border-color css

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

 span { border-color: rgb(219,27,54); }

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