Html Css Color HEX #DC1A3D Crimson

📋 copy color: '#DC1A3D'

red 220 ◦ green 26 ◦ blue 61

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

Shades of Crimson #DC1A3D

Tints of Crimson #DC1A3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 71.66%
G = 8.47%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC1A3D (or 0xDC1A3D) is known color: Crimson. HEX triplet: DC, 1A and 3D. RGB value is (220,26,61). Sum of RGB (Red+Green+Blue) = 220+26+61=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A3D is #23E5C2. Grayscale: #585858. Windows color (decimal): -2352579 or 4004572. OLE color: 4004572.

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

Color convert

RGB 220 26 61 -
CMYK 0 0.88 0.72 0.14
HSL 349.18º 0.79% 0.48% -
HSV(B) 349.18º 0.88% 0.86% -
XYZ 30.73 16.29 5.94 -
YUV 88 112.77 222.15 -
System Red Green Blue C M Y K H S L
Decimal 220 26 61 0 0.88 0.72 0.14 349.18 0.79 0.48
Hex DC 1A 3D 0 58 48 E 15D 4F 30
Octal 334 32 75 0 130 110 16 535 117 60
Binary 11011100 11010 111101 0 1011000 1001000 1110 101011101 1001111 110000

Color Harmonies of #DC1A3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A3D

Black with #DC1A3D

Text Example


Text Example

White with #DC1A3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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