Html Css Color HEX #DB133B Crimson

📋 copy color: '#DB133B'

red 219 ◦ green 19 ◦ blue 59

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

Shades of Crimson #DB133B

Tints of Crimson #DB133B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.87%

R = 73.74%
G = 6.4%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB133B (or 0xDB133B) is known color: Crimson. HEX triplet: DB, 13 and 3B. RGB value is (219,19,59). Sum of RGB (Red+Green+Blue) = 219+19+59=297 (39% of max value = 765). Red value is 219 (85.94% from 255 or 73.74% from 297); Green value is 19 (7.81% from 255 or 6.40% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 219 - color contains mainly: red. Hex color #DB133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB133B is #24ECC4. Grayscale: #535353. Windows color (decimal): -2419909 or 3871707. OLE color: 3871707.

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

Color convert

RGB 219 19 59 -
CMYK 0 0.91 0.73 0.14
HSL 348º 0.84% 0.47% -
HSV(B) 348º 0.91% 0.86% -
XYZ 30.24 15.84 5.6 -
YUV 83.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 219 19 59 0 0.91 0.73 0.14 348 0.84 0.47
Hex DB 13 3B 0 5B 49 E 15C 54 2F
Octal 333 23 73 0 133 111 16 534 124 57
Binary 11011011 10011 111011 0 1011011 1001001 1110 101011100 1010100 101111

Color Harmonies of #DB133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB133B

Black with #DB133B

Text Example


Text Example

White with #DB133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB133B; }

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

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

background-color css

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

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

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

border-color css

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

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

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