Html Css Color HEX #DC172E Crimson

📋 copy color: '#DC172E'

red 220 ◦ green 23 ◦ blue 46

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

Shades of Crimson #DC172E

Tints of Crimson #DC172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.92%

R = 76.12%
G = 7.96%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC172E (or 0xDC172E) is known color: Crimson. HEX triplet: DC, 17 and 2E. RGB value is (220,23,46). Sum of RGB (Red+Green+Blue) = 220+23+46=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC172E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC172E is #23E8D1. Grayscale: #545454. Windows color (decimal): -2353362 or 3020764. OLE color: 3020764.

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

Color convert

RGB 220 23 46 -
CMYK 0 0.90 0.79 0.14
HSL 352.99º 0.81% 0.48% -
HSV(B) 352.99º 0.9% 0.86% -
XYZ 30.31 16.03 4.08 -
YUV 84.53 106.27 224.63 -
System Red Green Blue C M Y K H S L
Decimal 220 23 46 0 0.90 0.79 0.14 352.99 0.81 0.48
Hex DC 17 2E 0 5A 4F E 161 51 30
Octal 334 27 56 0 132 117 16 541 121 60
Binary 11011100 10111 101110 0 1011010 1001111 1110 101100001 1010001 110000

Color Harmonies of #DC172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC172E

Black with #DC172E

Text Example


Text Example

White with #DC172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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