Html Css Color HEX #DB1038 Crimson

📋 copy color: '#DB1038'

red 219 ◦ green 16 ◦ blue 56

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

Shades of Crimson #DB1038

Tints of Crimson #DB1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.5%

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 75.26%
G = 5.5%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB1038 (or 0xDB1038) is known color: Crimson. HEX triplet: DB, 10 and 38. RGB value is (219,16,56). Sum of RGB (Red+Green+Blue) = 219+16+56=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1038 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB1038 is #24EFC7. Grayscale: #515151. Windows color (decimal): -2420680 or 3674331. OLE color: 3674331.

HSL color Cylindrical-coordinate representation of color #DB1038: hue angle of 348.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB1038 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 16 56 -
CMYK 0 0.93 0.74 0.14
HSL 348.18º 0.86% 0.46% -
HSV(B) 348.18º 0.93% 0.86% -
XYZ 30.11 15.72 5.19 -
YUV 81.26 113.75 226.25 -
System Red Green Blue C M Y K H S L
Decimal 219 16 56 0 0.93 0.74 0.14 348.18 0.86 0.46
Hex DB 10 38 0 5D 4A E 15C 56 2E
Octal 333 20 70 0 135 112 16 534 126 56
Binary 11011011 10000 111000 0 1011101 1001010 1110 101011100 1010110 101110

Color Harmonies of #DB1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1038

Black with #DB1038

Text Example


Text Example

White with #DB1038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1038; }

 p { color: rgb(219,16,56); }

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

background-color css

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

 a { background-color: rgb(219,16,56); }

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

border-color css

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

 span { border-color: rgb(219,16,56); }

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