Html Css Color HEX #DC0532 Crimson

📋 copy color: '#DC0532'

red 220 ◦ green 5 ◦ blue 50

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

Shades of Crimson #DC0532

Tints of Crimson #DC0532

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 50 (19.92% from 255) = 18.18%

R = 80%
G = 1.82%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DC0532 (or 0xDC0532) is known color: Crimson. HEX triplet: DC, 05 and 32. RGB value is (220,5,50). Sum of RGB (Red+Green+Blue) = 220+5+50=275 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 50 (19.92% from 255 or 18.18% from 275); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0532 is #23FACD. Grayscale: #4A4A4A. Windows color (decimal): -2357966 or 3278300. OLE color: 3278300.

HSL color Cylindrical-coordinate representation of color #DC0532: hue angle of 347.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0532 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 5 50 -
CMYK 0 0.98 0.77 0.14
HSL 347.44º 0.96% 0.44% -
HSV(B) 347.44º 0.98% 0.86% -
XYZ 30.15 15.55 4.43 -
YUV 74.42 114.23 231.84 -
System Red Green Blue C M Y K H S L
Decimal 220 5 50 0 0.98 0.77 0.14 347.44 0.96 0.44
Hex DC 5 32 0 62 4D E 15B 60 2C
Octal 334 5 62 0 142 115 16 533 140 54
Binary 11011100 101 110010 0 1100010 1001101 1110 101011011 1100000 101100

Color Harmonies of #DC0532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0532

Black with #DC0532

Text Example


Text Example

White with #DC0532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0532; }

 p { color: rgb(220,5,50); }

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

background-color css

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

 a { background-color: rgb(220,5,50); }

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

border-color css

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

 span { border-color: rgb(220,5,50); }

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