Html Css Color HEX #DB1335 Crimson

📋 copy color: '#DB1335'

red 219 ◦ green 19 ◦ blue 53

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

Shades of Crimson #DB1335

Tints of Crimson #DB1335

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.53%

 BLUE value IS 53 (21.09% from 255) = 18.21%

R = 75.26%
G = 6.53%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DB1335 (or 0xDB1335) is known color: Crimson. HEX triplet: DB, 13 and 35. RGB value is (219,19,53). Sum of RGB (Red+Green+Blue) = 219+19+53=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1335 is #24ECCA. Grayscale: #525252. Windows color (decimal): -2419915 or 3478491. OLE color: 3478491.

HSL color Cylindrical-coordinate representation of color #DB1335: hue angle of 349.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1335 is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 19 53 -
CMYK 0 0.91 0.76 0.14
HSL 349.8º 0.84% 0.47% -
HSV(B) 349.8º 0.91% 0.86% -
XYZ 30.09 15.78 4.83 -
YUV 82.68 111.26 225.24 -
System Red Green Blue C M Y K H S L
Decimal 219 19 53 0 0.91 0.76 0.14 349.8 0.84 0.47
Hex DB 13 35 0 5B 4C E 15E 54 2F
Octal 333 23 65 0 133 114 16 536 124 57
Binary 11011011 10011 110101 0 1011011 1001100 1110 101011110 1010100 101111

Color Harmonies of #DB1335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1335

Black with #DB1335

Text Example


Text Example

White with #DB1335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1335; }

 p { color: rgb(219,19,53); }

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

background-color css

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

 a { background-color: rgb(219,19,53); }

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

border-color css

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

 span { border-color: rgb(219,19,53); }

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