Html Css Color HEX #DB0241 Crimson

📋 copy color: '#DB0241'

red 219 ◦ green 2 ◦ blue 65

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

Shades of Crimson #DB0241

Tints of Crimson #DB0241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

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

R = 76.57%
G = 0.7%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0241 (or 0xDB0241) is known color: Crimson. HEX triplet: DB, 02 and 41. RGB value is (219,2,65). Sum of RGB (Red+Green+Blue) = 219+2+65=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0241 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0241 is #24FDBE. Grayscale: #4A4A4A. Windows color (decimal): -2424255 or 4260571. OLE color: 4260571.

HSL color Cylindrical-coordinate representation of color #DB0241: hue angle of 342.58º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0241 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 2 65 -
CMYK 0 0.99 0.70 0.14
HSL 342.58º 0.98% 0.43% -
HSV(B) 342.58º 0.99% 0.86% -
XYZ 30.19 15.49 6.4 -
YUV 74.07 122.89 231.38 -
System Red Green Blue C M Y K H S L
Decimal 219 2 65 0 0.99 0.70 0.14 342.58 0.98 0.43
Hex DB 2 41 0 63 46 E 157 62 2B
Octal 333 2 101 0 143 106 16 527 142 53
Binary 11011011 10 1000001 0 1100011 1000110 1110 101010111 1100010 101011

Color Harmonies of #DB0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0241

Black with #DB0241

Text Example


Text Example

White with #DB0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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