Html Css Color HEX #DC032A Crimson

📋 copy color: '#DC032A'

red 220 ◦ green 3 ◦ blue 42

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

Shades of Crimson #DC032A

Tints of Crimson #DC032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 83.02%
G = 1.13%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC032A (or 0xDC032A) is known color: Crimson. HEX triplet: DC, 03 and 2A. RGB value is (220,3,42). Sum of RGB (Red+Green+Blue) = 220+3+42=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC032A is #23FCD5. Grayscale: #484848. Windows color (decimal): -2358486 or 2753500. OLE color: 2753500.

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

Color convert

RGB 220 3 42 -
CMYK 0 0.99 0.81 0.14
HSL 349.22º 0.97% 0.44% -
HSV(B) 349.22º 0.99% 0.86% -
XYZ 29.97 15.45 3.59 -
YUV 72.33 110.89 233.33 -
System Red Green Blue C M Y K H S L
Decimal 220 3 42 0 0.99 0.81 0.14 349.22 0.97 0.44
Hex DC 3 2A 0 63 51 E 15D 61 2C
Octal 334 3 52 0 143 121 16 535 141 54
Binary 11011100 11 101010 0 1100011 1010001 1110 101011101 1100001 101100

Color Harmonies of #DC032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC032A

Black with #DC032A

Text Example


Text Example

White with #DC032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC032A; }

 p { color: rgb(220,3,42); }

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

background-color css

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

 a { background-color: rgb(220,3,42); }

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

border-color css

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

 span { border-color: rgb(220,3,42); }

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