Html Css Color HEX #DB0D3A Crimson

📋 copy color: '#DB0D3A'

red 219 ◦ green 13 ◦ blue 58

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

Shades of Crimson #DB0D3A

Tints of Crimson #DB0D3A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.48%

 BLUE value IS 58 (23.05% from 255) = 20%

R = 75.52%
G = 4.48%
B = 20%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DB0D3A (or 0xDB0D3A) is known color: Crimson. HEX triplet: DB, 0D and 3A. RGB value is (219,13,58). Sum of RGB (Red+Green+Blue) = 219+13+58=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D3A is #24F2C5. Grayscale: #4F4F4F. Windows color (decimal): -2421446 or 3804635. OLE color: 3804635.

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

Color convert

RGB 219 13 58 -
CMYK 0 0.94 0.74 0.14
HSL 346.89º 0.89% 0.45% -
HSV(B) 346.89º 0.94% 0.86% -
XYZ 30.12 15.65 5.44 -
YUV 79.72 115.75 227.34 -
System Red Green Blue C M Y K H S L
Decimal 219 13 58 0 0.94 0.74 0.14 346.89 0.89 0.45
Hex DB D 3A 0 5E 4A E 15B 59 2D
Octal 333 15 72 0 136 112 16 533 131 55
Binary 11011011 1101 111010 0 1011110 1001010 1110 101011011 1011001 101101

Color Harmonies of #DB0D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0D3A

Black with #DB0D3A

Text Example


Text Example

White with #DB0D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0D3A; }

 p { color: rgb(219,13,58); }

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

background-color css

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

 a { background-color: rgb(219,13,58); }

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

border-color css

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

 span { border-color: rgb(219,13,58); }

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