Html Css Color HEX #DB0B41 Crimson

📋 copy color: '#DB0B41'

red 219 ◦ green 11 ◦ blue 65

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

Shades of Crimson #DB0B41

Tints of Crimson #DB0B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 74.24%
G = 3.73%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0B41 (or 0xDB0B41) is known color: Crimson. HEX triplet: DB, 0B and 41. RGB value is (219,11,65). Sum of RGB (Red+Green+Blue) = 219+11+65=295 (39% of max value = 765). Red value is 219 (85.94% from 255 or 74.24% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0B41 is #24F4BE. Grayscale: #4F4F4F. Windows color (decimal): -2421951 or 4262875. OLE color: 4262875.

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

Color convert

RGB 219 11 65 -
CMYK 0 0.95 0.70 0.14
HSL 344.42º 0.9% 0.45% -
HSV(B) 344.42º 0.95% 0.86% -
XYZ 30.29 15.68 6.43 -
YUV 79.35 119.91 227.61 -
System Red Green Blue C M Y K H S L
Decimal 219 11 65 0 0.95 0.70 0.14 344.42 0.9 0.45
Hex DB B 41 0 5F 46 E 158 5A 2D
Octal 333 13 101 0 137 106 16 530 132 55
Binary 11011011 1011 1000001 0 1011111 1000110 1110 101011000 1011010 101101

Color Harmonies of #DB0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0B41

Black with #DB0B41

Text Example


Text Example

White with #DB0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0B41; }

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

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

background-color css

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

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

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

border-color css

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

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

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