Html Css Color HEX #DC1533 Crimson

📋 copy color: '#DC1533'

red 220 ◦ green 21 ◦ blue 51

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

Shades of Crimson #DC1533

Tints of Crimson #DC1533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.47%

R = 75.34%
G = 7.19%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC1533 (or 0xDC1533) is known color: Crimson. HEX triplet: DC, 15 and 33. RGB value is (220,21,51). Sum of RGB (Red+Green+Blue) = 220+21+51=292 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.34% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1533 is #23EACC. Grayscale: #545454. Windows color (decimal): -2353869 or 3347932. OLE color: 3347932.

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

Color convert

RGB 220 21 51 -
CMYK 0 0.90 0.77 0.14
HSL 350.95º 0.83% 0.47% -
HSV(B) 350.95º 0.9% 0.86% -
XYZ 30.38 15.99 4.62 -
YUV 83.92 109.43 225.06 -
System Red Green Blue C M Y K H S L
Decimal 220 21 51 0 0.90 0.77 0.14 350.95 0.83 0.47
Hex DC 15 33 0 5A 4D E 15F 53 2F
Octal 334 25 63 0 132 115 16 537 123 57
Binary 11011100 10101 110011 0 1011010 1001101 1110 101011111 1010011 101111

Color Harmonies of #DC1533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1533

Black with #DC1533

Text Example


Text Example

White with #DC1533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1533; }

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

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

background-color css

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

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

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

border-color css

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

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

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