Html Css Color HEX #D70931 Crimson

📋 copy color: '#D70931'

red 215 ◦ green 9 ◦ blue 49

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

Shades of Crimson #D70931

Tints of Crimson #D70931

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.3%

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

R = 78.75%
G = 3.3%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D70931 (or 0xD70931) is known color: Crimson. HEX triplet: D7, 09 and 31. RGB value is (215,9,49). Sum of RGB (Red+Green+Blue) = 215+9+49=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D70931 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70931 is #28F6CE. Grayscale: #4B4B4B. Windows color (decimal): -2684623 or 3213783. OLE color: 3213783.

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

Color convert

RGB 215 9 49 -
CMYK 0 0.96 0.77 0.16
HSL 348.35º 0.92% 0.44% -
HSV(B) 348.35º 0.96% 0.84% -
XYZ 28.68 14.86 4.26 -
YUV 75.15 113.25 227.75 -
System Red Green Blue C M Y K H S L
Decimal 215 9 49 0 0.96 0.77 0.16 348.35 0.92 0.44
Hex D7 9 31 0 60 4D 10 15C 5C 2C
Octal 327 11 61 0 140 115 20 534 134 54
Binary 11010111 1001 110001 0 1100000 1001101 10000 101011100 1011100 101100

Color Harmonies of #D70931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70931

Black with #D70931

Text Example


Text Example

White with #D70931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70931; }

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

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

background-color css

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

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

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

border-color css

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

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

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