Html Css Color HEX #DC0533 Crimson

📋 copy color: '#DC0533'

red 220 ◦ green 5 ◦ blue 51

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

Shades of Crimson #DC0533

Tints of Crimson #DC0533

RGB

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

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

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

R = 79.71%
G = 1.81%
B = 18.48%

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

#DC0533 (or 0xDC0533) is known color: Crimson. HEX triplet: DC, 05 and 33. RGB value is (220,5,51). Sum of RGB (Red+Green+Blue) = 220+5+51=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 51 (20.31% from 255 or 18.48% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0533 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0533 is #23FACC. Grayscale: #4A4A4A. Windows color (decimal): -2357965 or 3343836. OLE color: 3343836.

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

Color convert

RGB 220 5 51 -
CMYK 0 0.98 0.77 0.14
HSL 347.16º 0.96% 0.44% -
HSV(B) 347.16º 0.98% 0.86% -
XYZ 30.17 15.56 4.55 -
YUV 74.53 114.73 231.76 -
System Red Green Blue C M Y K H S L
Decimal 220 5 51 0 0.98 0.77 0.14 347.16 0.96 0.44
Hex DC 5 33 0 62 4D E 15B 60 2C
Octal 334 5 63 0 142 115 16 533 140 54
Binary 11011100 101 110011 0 1100010 1001101 1110 101011011 1100000 101100

Color Harmonies of #DC0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0533

Black with #DC0533

Text Example


Text Example

White with #DC0533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0533; }

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

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

background-color css

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

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

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

border-color css

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

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

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