Html Css Color HEX #DC1448 Crimson

📋 copy color: '#DC1448'

red 220 ◦ green 20 ◦ blue 72

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

Shades of Crimson #DC1448

Tints of Crimson #DC1448

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.41%

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

R = 70.51%
G = 6.41%
B = 23.08%

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

#DC1448 (or 0xDC1448) is known color: Crimson. HEX triplet: DC, 14 and 48. RGB value is (220,20,72). Sum of RGB (Red+Green+Blue) = 220+20+72=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1448 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1448 is #23EBB7. Grayscale: #555555. Windows color (decimal): -2354104 or 4723932. OLE color: 4723932.

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

Color convert

RGB 220 20 72 -
CMYK 0 0.91 0.67 0.14
HSL 344.4º 0.83% 0.47% -
HSV(B) 344.4º 0.91% 0.86% -
XYZ 30.94 16.18 7.62 -
YUV 85.73 120.26 223.77 -
System Red Green Blue C M Y K H S L
Decimal 220 20 72 0 0.91 0.67 0.14 344.4 0.83 0.47
Hex DC 14 48 0 5B 43 E 158 53 2F
Octal 334 24 110 0 133 103 16 530 123 57
Binary 11011100 10100 1001000 0 1011011 1000011 1110 101011000 1010011 101111

Color Harmonies of #DC1448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1448

Black with #DC1448

Text Example


Text Example

White with #DC1448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1448; }

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

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

background-color css

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

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

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

border-color css

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

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

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