Html Css Color HEX #DC153F Crimson

📋 copy color: '#DC153F'

red 220 ◦ green 21 ◦ blue 63

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

Shades of Crimson #DC153F

Tints of Crimson #DC153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 63 (25% from 255) = 20.72%

R = 72.37%
G = 6.91%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC153F (or 0xDC153F) is known color: Crimson. HEX triplet: DC, 15 and 3F. RGB value is (220,21,63). Sum of RGB (Red+Green+Blue) = 220+21+63=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC153F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC153F is #23EAC0. Grayscale: #555555. Windows color (decimal): -2353857 or 4134364. OLE color: 4134364.

HSL color Cylindrical-coordinate representation of color #DC153F: hue angle of 347.34º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC153F is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 63 -
CMYK 0 0.90 0.71 0.14
HSL 347.34º 0.83% 0.47% -
HSV(B) 347.34º 0.9% 0.86% -
XYZ 30.68 16.11 6.2 -
YUV 85.29 115.43 224.08 -
System Red Green Blue C M Y K H S L
Decimal 220 21 63 0 0.90 0.71 0.14 347.34 0.83 0.47
Hex DC 15 3F 0 5A 47 E 15B 53 2F
Octal 334 25 77 0 132 107 16 533 123 57
Binary 11011100 10101 111111 0 1011010 1000111 1110 101011011 1010011 101111

Color Harmonies of #DC153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC153F

Black with #DC153F

Text Example


Text Example

White with #DC153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC153F; }

 p { color: rgb(220,21,63); }

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

background-color css

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

 a { background-color: rgb(220,21,63); }

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

border-color css

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

 span { border-color: rgb(220,21,63); }

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