Html Css Color HEX #DC052B Crimson

📋 copy color: '#DC052B'

red 220 ◦ green 5 ◦ blue 43

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

Shades of Crimson #DC052B

Tints of Crimson #DC052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.04%

R = 82.09%
G = 1.87%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC052B (or 0xDC052B) is known color: Crimson. HEX triplet: DC, 05 and 2B. RGB value is (220,5,43). Sum of RGB (Red+Green+Blue) = 220+5+43=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC052B is #23FAD4. Grayscale: #494949. Windows color (decimal): -2357973 or 2819548. OLE color: 2819548.

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

Color convert

RGB 220 5 43 -
CMYK 0 0.98 0.80 0.14
HSL 349.4º 0.96% 0.44% -
HSV(B) 349.4º 0.98% 0.86% -
XYZ 30.01 15.5 3.7 -
YUV 73.62 110.73 232.41 -
System Red Green Blue C M Y K H S L
Decimal 220 5 43 0 0.98 0.80 0.14 349.4 0.96 0.44
Hex DC 5 2B 0 62 50 E 15D 60 2C
Octal 334 5 53 0 142 120 16 535 140 54
Binary 11011100 101 101011 0 1100010 1010000 1110 101011101 1100000 101100

Color Harmonies of #DC052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC052B

Black with #DC052B

Text Example


Text Example

White with #DC052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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