Html Css Color HEX #DC1348 Crimson

📋 copy color: '#DC1348'

red 220 ◦ green 19 ◦ blue 72

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

Shades of Crimson #DC1348

Tints of Crimson #DC1348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.11%

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

R = 70.74%
G = 6.11%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC1348 (or 0xDC1348) is known color: Crimson. HEX triplet: DC, 13 and 48. RGB value is (220,19,72). Sum of RGB (Red+Green+Blue) = 220+19+72=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1348 is #23ECB7. Grayscale: #555555. Windows color (decimal): -2354360 or 4723676. OLE color: 4723676.

HSL color Cylindrical-coordinate representation of color #DC1348: hue angle of 344.18º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1348 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 72 -
CMYK 0 0.91 0.67 0.14
HSL 344.18º 0.84% 0.47% -
HSV(B) 344.18º 0.91% 0.86% -
XYZ 30.92 16.15 7.62 -
YUV 85.14 120.59 224.19 -
System Red Green Blue C M Y K H S L
Decimal 220 19 72 0 0.91 0.67 0.14 344.18 0.84 0.47
Hex DC 13 48 0 5B 43 E 158 54 2F
Octal 334 23 110 0 133 103 16 530 124 57
Binary 11011100 10011 1001000 0 1011011 1000011 1110 101011000 1010100 101111

Color Harmonies of #DC1348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1348

Black with #DC1348

Text Example


Text Example

White with #DC1348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1348; }

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

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

background-color css

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

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

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

border-color css

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

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

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