Html Css Color HEX #DB0B3C Crimson

📋 copy color: '#DB0B3C'

red 219 ◦ green 11 ◦ blue 60

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

Shades of Crimson #DB0B3C

Tints of Crimson #DB0B3C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.79%

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 75.52%
G = 3.79%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DB0B3C (or 0xDB0B3C) is known color: Crimson. HEX triplet: DB, 0B and 3C. RGB value is (219,11,60). Sum of RGB (Red+Green+Blue) = 219+11+60=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B3C is #24F4C3. Grayscale: #4E4E4E. Windows color (decimal): -2421956 or 3935195. OLE color: 3935195.

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

Color convert

RGB 219 11 60 -
CMYK 0 0.95 0.73 0.14
HSL 345.87º 0.9% 0.45% -
HSV(B) 345.87º 0.95% 0.86% -
XYZ 30.15 15.63 5.7 -
YUV 78.78 117.41 228.02 -
System Red Green Blue C M Y K H S L
Decimal 219 11 60 0 0.95 0.73 0.14 345.87 0.9 0.45
Hex DB B 3C 0 5F 49 E 15A 5A 2D
Octal 333 13 74 0 137 111 16 532 132 55
Binary 11011011 1011 111100 0 1011111 1001001 1110 101011010 1011010 101101

Color Harmonies of #DB0B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B3C

Black with #DB0B3C

Text Example


Text Example

White with #DB0B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B3C; }

 p { color: rgb(219,11,60); }

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

background-color css

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

 a { background-color: rgb(219,11,60); }

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

border-color css

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

 span { border-color: rgb(219,11,60); }

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