Html Css Color HEX #DC152F Crimson

📋 copy color: '#DC152F'

red 220 ◦ green 21 ◦ blue 47

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

Shades of Crimson #DC152F

Tints of Crimson #DC152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.32%

R = 76.39%
G = 7.29%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC152F (or 0xDC152F) is known color: Crimson. HEX triplet: DC, 15 and 2F. RGB value is (220,21,47). Sum of RGB (Red+Green+Blue) = 220+21+47=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152F is #23EAD0. Grayscale: #535353. Windows color (decimal): -2353873 or 3085788. OLE color: 3085788.

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

Color convert

RGB 220 21 47 -
CMYK 0 0.90 0.79 0.14
HSL 352.16º 0.83% 0.47% -
HSV(B) 352.16º 0.9% 0.86% -
XYZ 30.3 15.96 4.17 -
YUV 83.47 107.43 225.39 -
System Red Green Blue C M Y K H S L
Decimal 220 21 47 0 0.90 0.79 0.14 352.16 0.83 0.47
Hex DC 15 2F 0 5A 4F E 160 53 2F
Octal 334 25 57 0 132 117 16 540 123 57
Binary 11011100 10101 101111 0 1011010 1001111 1110 101100000 1010011 101111

Color Harmonies of #DC152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC152F

Black with #DC152F

Text Example


Text Example

White with #DC152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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