Html Css Color HEX #DC1A3E Crimson

📋 copy color: '#DC1A3E'

red 220 ◦ green 26 ◦ blue 62

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

Shades of Crimson #DC1A3E

Tints of Crimson #DC1A3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.13%

R = 71.43%
G = 8.44%
B = 20.13%

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

#DC1A3E (or 0xDC1A3E) is known color: Crimson. HEX triplet: DC, 1A and 3E. RGB value is (220,26,62). Sum of RGB (Red+Green+Blue) = 220+26+62=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A3E is #23E5C1. Grayscale: #585858. Windows color (decimal): -2352578 or 4070108. OLE color: 4070108.

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

Color convert

RGB 220 26 62 -
CMYK 0 0.88 0.72 0.14
HSL 348.87º 0.79% 0.48% -
HSV(B) 348.87º 0.88% 0.86% -
XYZ 30.75 16.3 6.08 -
YUV 88.11 113.27 222.07 -
System Red Green Blue C M Y K H S L
Decimal 220 26 62 0 0.88 0.72 0.14 348.87 0.79 0.48
Hex DC 1A 3E 0 58 48 E 15D 4F 30
Octal 334 32 76 0 130 110 16 535 117 60
Binary 11011100 11010 111110 0 1011000 1001000 1110 101011101 1001111 110000

Color Harmonies of #DC1A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A3E

Black with #DC1A3E

Text Example


Text Example

White with #DC1A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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