Html Css Color HEX #DC152C Crimson

📋 copy color: '#DC152C'

red 220 ◦ green 21 ◦ blue 44

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

Shades of Crimson #DC152C

Tints of Crimson #DC152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.44%

R = 77.19%
G = 7.37%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#DC152C (or 0xDC152C) is known color: Crimson. HEX triplet: DC, 15 and 2C. RGB value is (220,21,44). Sum of RGB (Red+Green+Blue) = 220+21+44=285 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.19% from 285); Green value is 21 (8.59% from 255 or 7.37% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152C is #23EAD3. Grayscale: #535353. Windows color (decimal): -2353876 or 2889180. OLE color: 2889180.

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

Color convert

RGB 220 21 44 -
CMYK 0 0.90 0.8 0.14
HSL 353.07º 0.83% 0.47% -
HSV(B) 353.07º 0.9% 0.86% -
XYZ 30.24 15.93 3.86 -
YUV 83.12 105.93 225.63 -
System Red Green Blue C M Y K H S L
Decimal 220 21 44 0 0.90 0.8 0.14 353.07 0.83 0.47
Hex DC 15 2C 0 5A 50 E 161 53 2F
Octal 334 25 54 0 132 120 16 541 123 57
Binary 11011100 10101 101100 0 1011010 1010000 1110 101100001 1010011 101111

Color Harmonies of #DC152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC152C

Black with #DC152C

Text Example


Text Example

White with #DC152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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