Html Css Color HEX #D70946 Crimson

📋 copy color: '#D70946'

red 215 ◦ green 9 ◦ blue 70

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

Shades of Crimson #D70946

Tints of Crimson #D70946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.81%

R = 73.13%
G = 3.06%
B = 23.81%

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

#D70946 (or 0xD70946) is known color: Crimson. HEX triplet: D7, 09 and 46. RGB value is (215,9,70). Sum of RGB (Red+Green+Blue) = 215+9+70=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 70 (27.73% from 255 or 23.81% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D70946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70946 is #28F6B9. Grayscale: #4D4D4D. Windows color (decimal): -2684602 or 4590039. OLE color: 4590039.

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

Color convert

RGB 215 9 70 -
CMYK 0 0.96 0.67 0.16
HSL 342.23º 0.92% 0.44% -
HSV(B) 342.23º 0.96% 0.84% -
XYZ 29.23 15.08 7.17 -
YUV 77.55 123.75 226.04 -
System Red Green Blue C M Y K H S L
Decimal 215 9 70 0 0.96 0.67 0.16 342.23 0.92 0.44
Hex D7 9 46 0 60 43 10 156 5C 2C
Octal 327 11 106 0 140 103 20 526 134 54
Binary 11010111 1001 1000110 0 1100000 1000011 10000 101010110 1011100 101100

Color Harmonies of #D70946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70946

Black with #D70946

Text Example


Text Example

White with #D70946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70946; }

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

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

background-color css

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

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

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

border-color css

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

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

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