Html Css Color HEX #DB0142 Crimson

📋 copy color: '#DB0142'

red 219 ◦ green 1 ◦ blue 66

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

Shades of Crimson #DB0142

Tints of Crimson #DB0142

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 76.57%
G = 0.35%
B = 23.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DB0142 (or 0xDB0142) is known color: Crimson. HEX triplet: DB, 01 and 42. RGB value is (219,1,66). Sum of RGB (Red+Green+Blue) = 219+1+66=286 (37% of max value = 765). Red value is 219 (85.94% from 255 or 76.57% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DB0142 is #24FEBD. Grayscale: #494949. Windows color (decimal): -2424510 or 4325851. OLE color: 4325851.

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

Color convert

RGB 219 1 66 -
CMYK 0 1.00 0.70 0.14
HSL 342.11º 0.99% 0.43% -
HSV(B) 342.11º 1% 0.86% -
XYZ 30.21 15.48 6.55 -
YUV 73.59 123.72 231.71 -
System Red Green Blue C M Y K H S L
Decimal 219 1 66 0 1.00 0.70 0.14 342.11 0.99 0.43
Hex DB 1 42 0 64 46 E 156 63 2B
Octal 333 1 102 0 144 106 16 526 143 53
Binary 11011011 1 1000010 0 1100100 1000110 1110 101010110 1100011 101011

Color Harmonies of #DB0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB0142

Black with #DB0142

Text Example


Text Example

White with #DB0142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB0142; }

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

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

background-color css

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

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

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

border-color css

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

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

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