Html Css Color HEX #DC1742 Crimson

📋 copy color: '#DC1742'

red 220 ◦ green 23 ◦ blue 66

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

Shades of Crimson #DC1742

Tints of Crimson #DC1742

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 71.2%
G = 7.44%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC1742 (or 0xDC1742) is known color: Crimson. HEX triplet: DC, 17 and 42. RGB value is (220,23,66). Sum of RGB (Red+Green+Blue) = 220+23+66=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1742 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1742 is #23E8BD. Grayscale: #565656. Windows color (decimal): -2353342 or 4331484. OLE color: 4331484.

HSL color Cylindrical-coordinate representation of color #DC1742: hue angle of 346.9º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1742 is Cyan = 0, Magento = 0.90, Yellow = 0.7 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 23 66 -
CMYK 0 0.90 0.7 0.14
HSL 346.9º 0.81% 0.48% -
HSV(B) 346.9º 0.9% 0.86% -
XYZ 30.8 16.22 6.66 -
YUV 86.81 116.27 223 -
System Red Green Blue C M Y K H S L
Decimal 220 23 66 0 0.90 0.7 0.14 346.9 0.81 0.48
Hex DC 17 42 0 5A 46 E 15B 51 30
Octal 334 27 102 0 132 106 16 533 121 60
Binary 11011100 10111 1000010 0 1011010 1000110 1110 101011011 1010001 110000

Color Harmonies of #DC1742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1742

Black with #DC1742

Text Example


Text Example

White with #DC1742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1742; }

 p { color: rgb(220,23,66); }

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

background-color css

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

 a { background-color: rgb(220,23,66); }

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

border-color css

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

 span { border-color: rgb(220,23,66); }

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