Html Css Color HEX #DB0642 Crimson

📋 copy color: '#DB0642'

red 219 ◦ green 6 ◦ blue 66

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

Shades of Crimson #DB0642

Tints of Crimson #DB0642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 75.26%
G = 2.06%
B = 22.68%

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

#DB0642 (or 0xDB0642) is known color: Crimson. HEX triplet: DB, 06 and 42. RGB value is (219,6,66). Sum of RGB (Red+Green+Blue) = 219+6+66=291 (38% of max value = 765). Red value is 219 (85.94% from 255 or 75.26% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0642 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0642 is #24F9BD. Grayscale: #4C4C4C. Windows color (decimal): -2423230 or 4327131. OLE color: 4327131.

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

Color convert

RGB 219 6 66 -
CMYK 0 0.97 0.70 0.14
HSL 343.1º 0.95% 0.44% -
HSV(B) 343.1º 0.97% 0.86% -
XYZ 30.26 15.58 6.57 -
YUV 76.53 122.07 229.62 -
System Red Green Blue C M Y K H S L
Decimal 219 6 66 0 0.97 0.70 0.14 343.1 0.95 0.44
Hex DB 6 42 0 61 46 E 157 5F 2C
Octal 333 6 102 0 141 106 16 527 137 54
Binary 11011011 110 1000010 0 1100001 1000110 1110 101010111 1011111 101100

Color Harmonies of #DB0642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0642

Black with #DB0642

Text Example


Text Example

White with #DB0642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0642; }

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

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

background-color css

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

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

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

border-color css

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

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

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