Html Css Color HEX #DB1A4D Crimson

📋 copy color: '#DB1A4D'

red 219 ◦ green 26 ◦ blue 77

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

Shades of Crimson #DB1A4D

Tints of Crimson #DB1A4D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.07%

 BLUE value IS 77 (30.47% from 255) = 23.91%

R = 68.01%
G = 8.07%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DB1A4D (or 0xDB1A4D) is known color: Crimson. HEX triplet: DB, 1A and 4D. RGB value is (219,26,77). Sum of RGB (Red+Green+Blue) = 219+26+77=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1A4D is #24E5B2. Grayscale: #595959. Windows color (decimal): -2418099 or 5053147. OLE color: 5053147.

HSL color Cylindrical-coordinate representation of color #DB1A4D: hue angle of 344.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1A4D is Cyan = 0, Magento = 0.88, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 26 77 -
CMYK 0 0.88 0.65 0.14
HSL 344.15º 0.79% 0.48% -
HSV(B) 344.15º 0.88% 0.86% -
XYZ 30.92 16.33 8.54 -
YUV 89.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 219 26 77 0 0.88 0.65 0.14 344.15 0.79 0.48
Hex DB 1A 4D 0 58 41 E 158 4F 30
Octal 333 32 115 0 130 101 16 530 117 60
Binary 11011011 11010 1001101 0 1011000 1000001 1110 101011000 1001111 110000

Color Harmonies of #DB1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1A4D

Black with #DB1A4D

Text Example


Text Example

White with #DB1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1A4D; }

 p { color: rgb(219,26,77); }

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

background-color css

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

 a { background-color: rgb(219,26,77); }

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

border-color css

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

 span { border-color: rgb(219,26,77); }

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