Html Css Color HEX #DC1034 Crimson

📋 copy color: '#DC1034'

red 220 ◦ green 16 ◦ blue 52

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

Shades of Crimson #DC1034

Tints of Crimson #DC1034

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.56%

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

R = 76.39%
G = 5.56%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC1034 (or 0xDC1034) is known color: Crimson. HEX triplet: DC, 10 and 34. RGB value is (220,16,52). Sum of RGB (Red+Green+Blue) = 220+16+52=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1034 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1034 is #23EFCB. Grayscale: #515151. Windows color (decimal): -2355148 or 3412188. OLE color: 3412188.

HSL color Cylindrical-coordinate representation of color #DC1034: hue angle of 349.41º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC1034 is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 16 52 -
CMYK 0 0.93 0.76 0.14
HSL 349.41º 0.86% 0.46% -
HSV(B) 349.41º 0.93% 0.86% -
XYZ 30.32 15.83 4.71 -
YUV 81.1 111.59 227.07 -
System Red Green Blue C M Y K H S L
Decimal 220 16 52 0 0.93 0.76 0.14 349.41 0.86 0.46
Hex DC 10 34 0 5D 4C E 15D 56 2E
Octal 334 20 64 0 135 114 16 535 126 56
Binary 11011100 10000 110100 0 1011101 1001100 1110 101011101 1010110 101110

Color Harmonies of #DC1034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1034

Black with #DC1034

Text Example


Text Example

White with #DC1034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1034; }

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

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

background-color css

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

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

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

border-color css

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

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

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