Html Css Color HEX #DC154A Crimson

📋 copy color: '#DC154A'

red 220 ◦ green 21 ◦ blue 74

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

Shades of Crimson #DC154A

Tints of Crimson #DC154A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.49%

R = 69.84%
G = 6.67%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC154A (or 0xDC154A) is known color: Crimson. HEX triplet: DC, 15 and 4A. RGB value is (220,21,74). Sum of RGB (Red+Green+Blue) = 220+21+74=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC154A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC154A is #23EAB5. Grayscale: #565656. Windows color (decimal): -2353846 or 4855260. OLE color: 4855260.

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

Color convert

RGB 220 21 74 -
CMYK 0 0.90 0.66 0.14
HSL 344.02º 0.83% 0.47% -
HSV(B) 344.02º 0.9% 0.86% -
XYZ 31.02 16.25 7.98 -
YUV 86.54 120.93 223.19 -
System Red Green Blue C M Y K H S L
Decimal 220 21 74 0 0.90 0.66 0.14 344.02 0.83 0.47
Hex DC 15 4A 0 5A 42 E 158 53 2F
Octal 334 25 112 0 132 102 16 530 123 57
Binary 11011100 10101 1001010 0 1011010 1000010 1110 101011000 1010011 101111

Color Harmonies of #DC154A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC154A

Black with #DC154A

Text Example


Text Example

White with #DC154A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC154A; }

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

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

background-color css

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

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

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

border-color css

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

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

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