Html Css Color HEX #DC1734 Crimson

📋 copy color: '#DC1734'

red 220 ◦ green 23 ◦ blue 52

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

Shades of Crimson #DC1734

Tints of Crimson #DC1734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.63%

R = 74.58%
G = 7.8%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC1734 (or 0xDC1734) is known color: Crimson. HEX triplet: DC, 17 and 34. RGB value is (220,23,52). Sum of RGB (Red+Green+Blue) = 220+23+52=295 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.58% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1734 is #23E8CB. Grayscale: #555555. Windows color (decimal): -2353356 or 3413980. OLE color: 3413980.

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

Color convert

RGB 220 23 52 -
CMYK 0 0.90 0.76 0.14
HSL 351.17º 0.81% 0.48% -
HSV(B) 351.17º 0.9% 0.86% -
XYZ 30.44 16.08 4.75 -
YUV 85.21 109.27 224.14 -
System Red Green Blue C M Y K H S L
Decimal 220 23 52 0 0.90 0.76 0.14 351.17 0.81 0.48
Hex DC 17 34 0 5A 4C E 15F 51 30
Octal 334 27 64 0 132 114 16 537 121 60
Binary 11011100 10111 110100 0 1011010 1001100 1110 101011111 1010001 110000

Color Harmonies of #DC1734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1734

Black with #DC1734

Text Example


Text Example

White with #DC1734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1734; }

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

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

background-color css

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

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

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

border-color css

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

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

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