Html Css Color HEX #DB0C39 Crimson

📋 copy color: '#DB0C39'

red 219 ◦ green 12 ◦ blue 57

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

Shades of Crimson #DB0C39

Tints of Crimson #DB0C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.17%

 BLUE value IS 57 (22.66% from 255) = 19.79%

R = 76.04%
G = 4.17%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0C39 (or 0xDB0C39) is known color: Crimson. HEX triplet: DB, 0C and 39. RGB value is (219,12,57). Sum of RGB (Red+Green+Blue) = 219+12+57=288 (38% of max value = 765). Red value is 219 (85.94% from 255 or 76.04% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 57 (22.66% from 255 or 19.79% from 288); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0C39 is #24F3C6. Grayscale: #4F4F4F. Windows color (decimal): -2421703 or 3738843. OLE color: 3738843.

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

Color convert

RGB 219 12 57 -
CMYK 0 0.95 0.74 0.14
HSL 346.96º 0.9% 0.45% -
HSV(B) 346.96º 0.95% 0.86% -
XYZ 30.08 15.62 5.3 -
YUV 79.02 115.58 227.84 -
System Red Green Blue C M Y K H S L
Decimal 219 12 57 0 0.95 0.74 0.14 346.96 0.9 0.45
Hex DB C 39 0 5F 4A E 15B 5A 2D
Octal 333 14 71 0 137 112 16 533 132 55
Binary 11011011 1100 111001 0 1011111 1001010 1110 101011011 1011010 101101

Color Harmonies of #DB0C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0C39

Black with #DB0C39

Text Example


Text Example

White with #DB0C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0C39; }

 p { color: rgb(219,12,57); }

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

background-color css

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

 a { background-color: rgb(219,12,57); }

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

border-color css

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

 span { border-color: rgb(219,12,57); }

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