Html Css Color HEX #DC1048 Crimson

📋 copy color: '#DC1048'

red 220 ◦ green 16 ◦ blue 72

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

Shades of Crimson #DC1048

Tints of Crimson #DC1048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.38%

R = 71.43%
G = 5.19%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC1048 (or 0xDC1048) is known color: Crimson. HEX triplet: DC, 10 and 48. RGB value is (220,16,72). Sum of RGB (Red+Green+Blue) = 220+16+72=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 72 (28.52% from 255 or 23.38% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1048 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1048 is #23EFB7. Grayscale: #535353. Windows color (decimal): -2355128 or 4722908. OLE color: 4722908.

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

Color convert

RGB 220 16 72 -
CMYK 0 0.93 0.67 0.14
HSL 343.53º 0.86% 0.46% -
HSV(B) 343.53º 0.93% 0.86% -
XYZ 30.87 16.05 7.6 -
YUV 83.38 121.59 225.45 -
System Red Green Blue C M Y K H S L
Decimal 220 16 72 0 0.93 0.67 0.14 343.53 0.86 0.46
Hex DC 10 48 0 5D 43 E 158 56 2E
Octal 334 20 110 0 135 103 16 530 126 56
Binary 11011100 10000 1001000 0 1011101 1000011 1110 101011000 1010110 101110

Color Harmonies of #DC1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1048

Black with #DC1048

Text Example


Text Example

White with #DC1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1048; }

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

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

background-color css

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

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

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

border-color css

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

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

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