Html Css Color HEX #DC0731 Crimson

📋 copy color: '#DC0731'

red 220 ◦ green 7 ◦ blue 49

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

Shades of Crimson #DC0731

Tints of Crimson #DC0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

 BLUE value IS 49 (19.53% from 255) = 17.75%

R = 79.71%
G = 2.54%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#DC0731 (or 0xDC0731) is known color: Crimson. HEX triplet: DC, 07 and 31. RGB value is (220,7,49). Sum of RGB (Red+Green+Blue) = 220+7+49=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0731 is #23F8CE. Grayscale: #4B4B4B. Windows color (decimal): -2357455 or 3213276. OLE color: 3213276.

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

Color convert

RGB 220 7 49 -
CMYK 0 0.97 0.78 0.14
HSL 348.17º 0.94% 0.45% -
HSV(B) 348.17º 0.97% 0.86% -
XYZ 30.15 15.59 4.33 -
YUV 75.48 113.07 231.08 -
System Red Green Blue C M Y K H S L
Decimal 220 7 49 0 0.97 0.78 0.14 348.17 0.94 0.45
Hex DC 7 31 0 61 4E E 15C 5E 2D
Octal 334 7 61 0 141 116 16 534 136 55
Binary 11011100 111 110001 0 1100001 1001110 1110 101011100 1011110 101101

Color Harmonies of #DC0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0731

Black with #DC0731

Text Example


Text Example

White with #DC0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0731; }

 p { color: rgb(220,7,49); }

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

background-color css

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

 a { background-color: rgb(220,7,49); }

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

border-color css

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

 span { border-color: rgb(220,7,49); }

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