Html Css Color HEX #DB0641 Crimson

📋 copy color: '#DB0641'

red 219 ◦ green 6 ◦ blue 65

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

Shades of Crimson #DB0641

Tints of Crimson #DB0641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.07%

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

R = 75.52%
G = 2.07%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0641 (or 0xDB0641) is known color: Crimson. HEX triplet: DB, 06 and 41. RGB value is (219,6,65). Sum of RGB (Red+Green+Blue) = 219+6+65=290 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.52% from 290); Green value is 6 (2.73% from 255 or 2.07% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0641 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0641 is #24F9BE. Grayscale: #4C4C4C. Windows color (decimal): -2423231 or 4261595. OLE color: 4261595.

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

Color convert

RGB 219 6 65 -
CMYK 0 0.97 0.70 0.14
HSL 343.38º 0.95% 0.44% -
HSV(B) 343.38º 0.97% 0.86% -
XYZ 30.23 15.57 6.41 -
YUV 76.41 121.57 229.7 -
System Red Green Blue C M Y K H S L
Decimal 219 6 65 0 0.97 0.70 0.14 343.38 0.95 0.44
Hex DB 6 41 0 61 46 E 157 5F 2C
Octal 333 6 101 0 141 106 16 527 137 54
Binary 11011011 110 1000001 0 1100001 1000110 1110 101010111 1011111 101100

Color Harmonies of #DB0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0641

Black with #DB0641

Text Example


Text Example

White with #DB0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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