Html Css Color HEX #DC153D Crimson

📋 copy color: '#DC153D'

red 220 ◦ green 21 ◦ blue 61

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

Shades of Crimson #DC153D

Tints of Crimson #DC153D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.2%

R = 72.85%
G = 6.95%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC153D (or 0xDC153D) is known color: Crimson. HEX triplet: DC, 15 and 3D. RGB value is (220,21,61). Sum of RGB (Red+Green+Blue) = 220+21+61=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 21 (8.59% from 255 or 6.95% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC153D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC153D is #23EAC2. Grayscale: #555555. Windows color (decimal): -2353859 or 4003292. OLE color: 4003292.

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

Color convert

RGB 220 21 61 -
CMYK 0 0.90 0.72 0.14
HSL 347.94º 0.83% 0.47% -
HSV(B) 347.94º 0.9% 0.86% -
XYZ 30.63 16.09 5.91 -
YUV 85.06 114.43 224.25 -
System Red Green Blue C M Y K H S L
Decimal 220 21 61 0 0.90 0.72 0.14 347.94 0.83 0.47
Hex DC 15 3D 0 5A 48 E 15C 53 2F
Octal 334 25 75 0 132 110 16 534 123 57
Binary 11011100 10101 111101 0 1011010 1001000 1110 101011100 1010011 101111

Color Harmonies of #DC153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC153D

Black with #DC153D

Text Example


Text Example

White with #DC153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC153D; }

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

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

background-color css

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

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

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

border-color css

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

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

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