Html Css Color HEX #DC154D Crimson

📋 copy color: '#DC154D'

red 220 ◦ green 21 ◦ blue 77

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

Shades of Crimson #DC154D

Tints of Crimson #DC154D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.21%

R = 69.18%
G = 6.6%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC154D (or 0xDC154D) is known color: Crimson. HEX triplet: DC, 15 and 4D. RGB value is (220,21,77). Sum of RGB (Red+Green+Blue) = 220+21+77=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC154D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC154D is #23EAB2. Grayscale: #565656. Windows color (decimal): -2353843 or 5051868. OLE color: 5051868.

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

Color convert

RGB 220 21 77 -
CMYK 0 0.90 0.65 0.14
HSL 343.12º 0.83% 0.47% -
HSV(B) 343.12º 0.9% 0.86% -
XYZ 31.12 16.29 8.52 -
YUV 86.89 122.43 222.95 -
System Red Green Blue C M Y K H S L
Decimal 220 21 77 0 0.90 0.65 0.14 343.12 0.83 0.47
Hex DC 15 4D 0 5A 41 E 157 53 2F
Octal 334 25 115 0 132 101 16 527 123 57
Binary 11011100 10101 1001101 0 1011010 1000001 1110 101010111 1010011 101111

Color Harmonies of #DC154D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC154D

Black with #DC154D

Text Example


Text Example

White with #DC154D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC154D; }

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

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

background-color css

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

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

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

border-color css

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

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

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