Html Css Color HEX #DC1534 Crimson

📋 copy color: '#DC1534'

red 220 ◦ green 21 ◦ blue 52

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

Shades of Crimson #DC1534

Tints of Crimson #DC1534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.75%

R = 75.09%
G = 7.17%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DC1534 (or 0xDC1534) is known color: Crimson. HEX triplet: DC, 15 and 34. RGB value is (220,21,52). Sum of RGB (Red+Green+Blue) = 220+21+52=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 52 (20.70% from 255 or 17.75% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1534 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1534 is #23EACB. Grayscale: #545454. Windows color (decimal): -2353868 or 3413468. OLE color: 3413468.

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

Color convert

RGB 220 21 52 -
CMYK 0 0.90 0.76 0.14
HSL 350.65º 0.83% 0.47% -
HSV(B) 350.65º 0.9% 0.86% -
XYZ 30.4 16 4.73 -
YUV 84.04 109.93 224.98 -
System Red Green Blue C M Y K H S L
Decimal 220 21 52 0 0.90 0.76 0.14 350.65 0.83 0.47
Hex DC 15 34 0 5A 4C E 15F 53 2F
Octal 334 25 64 0 132 114 16 537 123 57
Binary 11011100 10101 110100 0 1011010 1001100 1110 101011111 1010011 101111

Color Harmonies of #DC1534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1534

Black with #DC1534

Text Example


Text Example

White with #DC1534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1534; }

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

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

background-color css

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

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

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

border-color css

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

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

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