Html Css Color HEX #DC1336 Crimson

📋 copy color: '#DC1336'

red 220 ◦ green 19 ◦ blue 54

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

Shades of Crimson #DC1336

Tints of Crimson #DC1336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.48%

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 75.09%
G = 6.48%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DC1336 (or 0xDC1336) is known color: Crimson. HEX triplet: DC, 13 and 36. RGB value is (220,19,54). Sum of RGB (Red+Green+Blue) = 220+19+54=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1336 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1336 is #23ECC9. Grayscale: #535353. Windows color (decimal): -2354378 or 3544028. OLE color: 3544028.

HSL color Cylindrical-coordinate representation of color #DC1336: hue angle of 349.55º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1336 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 19 54 -
CMYK 0 0.91 0.75 0.14
HSL 349.55º 0.84% 0.47% -
HSV(B) 349.55º 0.91% 0.86% -
XYZ 30.41 15.95 4.97 -
YUV 83.09 111.59 225.65 -
System Red Green Blue C M Y K H S L
Decimal 220 19 54 0 0.91 0.75 0.14 349.55 0.84 0.47
Hex DC 13 36 0 5B 4B E 15E 54 2F
Octal 334 23 66 0 133 113 16 536 124 57
Binary 11011100 10011 110110 0 1011011 1001011 1110 101011110 1010100 101111

Color Harmonies of #DC1336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1336

Black with #DC1336

Text Example


Text Example

White with #DC1336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1336; }

 p { color: rgb(220,19,54); }

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

background-color css

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

 a { background-color: rgb(220,19,54); }

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

border-color css

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

 span { border-color: rgb(220,19,54); }

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