Html Css Color HEX #DB0D4B Crimson

📋 copy color: '#DB0D4B'

red 219 ◦ green 13 ◦ blue 75

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

Shades of Crimson #DB0D4B

Tints of Crimson #DB0D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.43%

R = 71.34%
G = 4.23%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DB0D4B (or 0xDB0D4B) is known color: Crimson. HEX triplet: DB, 0D and 4B. RGB value is (219,13,75). Sum of RGB (Red+Green+Blue) = 219+13+75=307 (40% of max value = 765). Red value is 219 (85.94% from 255 or 71.34% from 307); Green value is 13 (5.47% from 255 or 4.23% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D4B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0D4B is #24F2B4. Grayscale: #515151. Windows color (decimal): -2421429 or 4918747. OLE color: 4918747.

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

Color convert

RGB 219 13 75 -
CMYK 0 0.94 0.66 0.14
HSL 341.94º 0.89% 0.45% -
HSV(B) 341.94º 0.94% 0.86% -
XYZ 30.63 15.86 8.1 -
YUV 81.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 219 13 75 0 0.94 0.66 0.14 341.94 0.89 0.45
Hex DB D 4B 0 5E 42 E 156 59 2D
Octal 333 15 113 0 136 102 16 526 131 55
Binary 11011011 1101 1001011 0 1011110 1000010 1110 101010110 1011001 101101

Color Harmonies of #DB0D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0D4B

Black with #DB0D4B

Text Example


Text Example

White with #DB0D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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