Html Css Color HEX #DC154C Crimson

📋 copy color: '#DC154C'

red 220 ◦ green 21 ◦ blue 76

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

Shades of Crimson #DC154C

Tints of Crimson #DC154C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.97%

R = 69.4%
G = 6.62%
B = 23.97%

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

#DC154C (or 0xDC154C) is known color: Crimson. HEX triplet: DC, 15 and 4C. RGB value is (220,21,76). Sum of RGB (Red+Green+Blue) = 220+21+76=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC154C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC154C is #23EAB3. Grayscale: #565656. Windows color (decimal): -2353844 or 4986332. OLE color: 4986332.

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

Color convert

RGB 220 21 76 -
CMYK 0 0.90 0.65 0.14
HSL 343.42º 0.83% 0.47% -
HSV(B) 343.42º 0.9% 0.86% -
XYZ 31.09 16.27 8.34 -
YUV 86.77 121.93 223.03 -
System Red Green Blue C M Y K H S L
Decimal 220 21 76 0 0.90 0.65 0.14 343.42 0.83 0.47
Hex DC 15 4C 0 5A 41 E 157 53 2F
Octal 334 25 114 0 132 101 16 527 123 57
Binary 11011100 10101 1001100 0 1011010 1000001 1110 101010111 1010011 101111

Color Harmonies of #DC154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC154C

Black with #DC154C

Text Example


Text Example

White with #DC154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC154C; }

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

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

background-color css

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

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

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

border-color css

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

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

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