Html Css Color HEX #DC032F Crimson

📋 copy color: '#DC032F'

red 220 ◦ green 3 ◦ blue 47

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

Shades of Crimson #DC032F

Tints of Crimson #DC032F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.41%

R = 81.48%
G = 1.11%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#DC032F (or 0xDC032F) is known color: Crimson. HEX triplet: DC, 03 and 2F. RGB value is (220,3,47). Sum of RGB (Red+Green+Blue) = 220+3+47=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC032F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC032F is #23FCD0. Grayscale: #484848. Windows color (decimal): -2358481 or 3081180. OLE color: 3081180.

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

Color convert

RGB 220 3 47 -
CMYK 0 0.99 0.79 0.14
HSL 347.83º 0.97% 0.44% -
HSV(B) 347.83º 0.99% 0.86% -
XYZ 30.06 15.49 4.09 -
YUV 72.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 220 3 47 0 0.99 0.79 0.14 347.83 0.97 0.44
Hex DC 3 2F 0 63 4F E 15C 61 2C
Octal 334 3 57 0 143 117 16 534 141 54
Binary 11011100 11 101111 0 1100011 1001111 1110 101011100 1100001 101100

Color Harmonies of #DC032F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC032F

Black with #DC032F

Text Example


Text Example

White with #DC032F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC032F; }

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

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

background-color css

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

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

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

border-color css

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

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

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