Html Css Color HEX #DB0B40 Crimson

📋 copy color: '#DB0B40'

red 219 ◦ green 11 ◦ blue 64

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

Shades of Crimson #DB0B40

Tints of Crimson #DB0B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 74.49%
G = 3.74%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DB0B40 (or 0xDB0B40) is known color: Crimson. HEX triplet: DB, 0B and 40. RGB value is (219,11,64). Sum of RGB (Red+Green+Blue) = 219+11+64=294 (38% of max value = 765). Red value is 219 (85.94% from 255 or 74.49% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B40 is #24F4BF. Grayscale: #4F4F4F. Windows color (decimal): -2421952 or 4197339. OLE color: 4197339.

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

Color convert

RGB 219 11 64 -
CMYK 0 0.95 0.71 0.14
HSL 344.71º 0.9% 0.45% -
HSV(B) 344.71º 0.95% 0.86% -
XYZ 30.26 15.67 6.28 -
YUV 79.23 119.41 227.69 -
System Red Green Blue C M Y K H S L
Decimal 219 11 64 0 0.95 0.71 0.14 344.71 0.9 0.45
Hex DB B 40 0 5F 47 E 159 5A 2D
Octal 333 13 100 0 137 107 16 531 132 55
Binary 11011011 1011 1000000 0 1011111 1000111 1110 101011001 1011010 101101

Color Harmonies of #DB0B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B40

Black with #DB0B40

Text Example


Text Example

White with #DB0B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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