Html Css Color HEX #D70731 Crimson

📋 copy color: '#D70731'

red 215 ◦ green 7 ◦ blue 49

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

Shades of Crimson #D70731

Tints of Crimson #D70731

RGB

 RED value IS 215 (84.38% from 255) = 79.34%

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

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

R = 79.34%
G = 2.58%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70731 (or 0xD70731) is known color: Crimson. HEX triplet: D7, 07 and 31. RGB value is (215,7,49). Sum of RGB (Red+Green+Blue) = 215+7+49=271 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.34% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 215 - color contains mainly: red. Hex color #D70731 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70731 is #28F8CE. Grayscale: #4A4A4A. Windows color (decimal): -2685135 or 3213271. OLE color: 3213271.

HSL color Cylindrical-coordinate representation of color #D70731: hue angle of 347.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D70731 is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 7 49 -
CMYK 0 0.97 0.77 0.16
HSL 347.88º 0.94% 0.44% -
HSV(B) 347.88º 0.97% 0.84% -
XYZ 28.65 14.82 4.26 -
YUV 73.98 113.91 228.58 -
System Red Green Blue C M Y K H S L
Decimal 215 7 49 0 0.97 0.77 0.16 347.88 0.94 0.44
Hex D7 7 31 0 61 4D 10 15C 5E 2C
Octal 327 7 61 0 141 115 20 534 136 54
Binary 11010111 111 110001 0 1100001 1001101 10000 101011100 1011110 101100

Color Harmonies of #D70731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70731

Black with #D70731

Text Example


Text Example

White with #D70731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70731; }

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

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

background-color css

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

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

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

border-color css

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

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

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