Html Css Color HEX #DC1A4D Crimson

📋 copy color: '#DC1A4D'

red 220 ◦ green 26 ◦ blue 77

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

Shades of Crimson #DC1A4D

Tints of Crimson #DC1A4D

RGB

 RED value IS 220 (86.33% from 255) = 68.11%

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

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

R = 68.11%
G = 8.05%
B = 23.84%

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

#DC1A4D (or 0xDC1A4D) is known color: Crimson. HEX triplet: DC, 1A and 4D. RGB value is (220,26,77). Sum of RGB (Red+Green+Blue) = 220+26+77=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 26 (10.55% from 255 or 8.05% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC1A4D is #23E5B2. Grayscale: #595959. Windows color (decimal): -2352563 or 5053148. OLE color: 5053148.

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

Color convert

RGB 220 26 77 -
CMYK 0 0.88 0.65 0.14
HSL 344.23º 0.79% 0.48% -
HSV(B) 344.23º 0.88% 0.86% -
XYZ 31.22 16.49 8.56 -
YUV 89.82 120.77 220.85 -
System Red Green Blue C M Y K H S L
Decimal 220 26 77 0 0.88 0.65 0.14 344.23 0.79 0.48
Hex DC 1A 4D 0 58 41 E 158 4F 30
Octal 334 32 115 0 130 101 16 530 117 60
Binary 11011100 11010 1001101 0 1011000 1000001 1110 101011000 1001111 110000

Color Harmonies of #DC1A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A4D

Black with #DC1A4D

Text Example


Text Example

White with #DC1A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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