Html Css Color HEX #DC1033 Crimson

📋 copy color: '#DC1033'

red 220 ◦ green 16 ◦ blue 51

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

Shades of Crimson #DC1033

Tints of Crimson #DC1033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 76.66%
G = 5.57%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1033 (or 0xDC1033) is known color: Crimson. HEX triplet: DC, 10 and 33. RGB value is (220,16,51). Sum of RGB (Red+Green+Blue) = 220+16+51=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1033 is #23EFCC. Grayscale: #515151. Windows color (decimal): -2355149 or 3346652. OLE color: 3346652.

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

Color convert

RGB 220 16 51 -
CMYK 0 0.93 0.77 0.14
HSL 349.71º 0.86% 0.46% -
HSV(B) 349.71º 0.93% 0.86% -
XYZ 30.3 15.83 4.59 -
YUV 80.99 111.09 227.15 -
System Red Green Blue C M Y K H S L
Decimal 220 16 51 0 0.93 0.77 0.14 349.71 0.86 0.46
Hex DC 10 33 0 5D 4D E 15E 56 2E
Octal 334 20 63 0 135 115 16 536 126 56
Binary 11011100 10000 110011 0 1011101 1001101 1110 101011110 1010110 101110

Color Harmonies of #DC1033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1033

Black with #DC1033

Text Example


Text Example

White with #DC1033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1033; }

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

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

background-color css

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

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

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

border-color css

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

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

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