Html Css Color HEX #D70947 Crimson

📋 copy color: '#D70947'

red 215 ◦ green 9 ◦ blue 71

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

Shades of Crimson #D70947

Tints of Crimson #D70947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.07%

R = 72.88%
G = 3.05%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#D70947 (or 0xD70947) is known color: Crimson. HEX triplet: D7, 09 and 47. RGB value is (215,9,71). Sum of RGB (Red+Green+Blue) = 215+9+71=295 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.88% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 215 - color contains mainly: red. Hex color #D70947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70947 is #28F6B8. Grayscale: #4D4D4D. Windows color (decimal): -2684601 or 4655575. OLE color: 4655575.

HSL color Cylindrical-coordinate representation of color #D70947: hue angle of 341.94º 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 #D70947 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 9 71 -
CMYK 0 0.96 0.67 0.16
HSL 341.94º 0.92% 0.44% -
HSV(B) 341.94º 0.96% 0.84% -
XYZ 29.26 15.1 7.33 -
YUV 77.66 124.25 225.96 -
System Red Green Blue C M Y K H S L
Decimal 215 9 71 0 0.96 0.67 0.16 341.94 0.92 0.44
Hex D7 9 47 0 60 43 10 156 5C 2C
Octal 327 11 107 0 140 103 20 526 134 54
Binary 11010111 1001 1000111 0 1100000 1000011 10000 101010110 1011100 101100

Color Harmonies of #D70947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70947

Black with #D70947

Text Example


Text Example

White with #D70947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70947; }

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

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

background-color css

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

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

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

border-color css

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

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

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