Html Css Color HEX #DB1433 Crimson

📋 copy color: '#DB1433'

red 219 ◦ green 20 ◦ blue 51

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

Shades of Crimson #DB1433

Tints of Crimson #DB1433

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.9%

 BLUE value IS 51 (20.31% from 255) = 17.59%

R = 75.52%
G = 6.9%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB1433 (or 0xDB1433) is known color: Crimson. HEX triplet: DB, 14 and 33. RGB value is (219,20,51). Sum of RGB (Red+Green+Blue) = 219+20+51=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1433 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1433 is #24EBCC. Grayscale: #535353. Windows color (decimal): -2419661 or 3347675. OLE color: 3347675.

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

Color convert

RGB 219 20 51 -
CMYK 0 0.91 0.77 0.14
HSL 350.65º 0.83% 0.47% -
HSV(B) 350.65º 0.91% 0.86% -
XYZ 30.06 15.8 4.6 -
YUV 83.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 219 20 51 0 0.91 0.77 0.14 350.65 0.83 0.47
Hex DB 14 33 0 5B 4D E 15F 53 2F
Octal 333 24 63 0 133 115 16 537 123 57
Binary 11011011 10100 110011 0 1011011 1001101 1110 101011111 1010011 101111

Color Harmonies of #DB1433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1433

Black with #DB1433

Text Example


Text Example

White with #DB1433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1433; }

 p { color: rgb(219,20,51); }

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

background-color css

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

 a { background-color: rgb(219,20,51); }

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

border-color css

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

 span { border-color: rgb(219,20,51); }

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