Html Css Color HEX #D70745 Crimson

📋 copy color: '#D70745'

red 215 ◦ green 7 ◦ blue 69

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

Shades of Crimson #D70745

Tints of Crimson #D70745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.71%

R = 73.88%
G = 2.41%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#D70745 (or 0xD70745) is known color: Crimson. HEX triplet: D7, 07 and 45. RGB value is (215,7,69). Sum of RGB (Red+Green+Blue) = 215+7+69=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D70745 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70745 is #28F8BA. Grayscale: #4C4C4C. Windows color (decimal): -2685115 or 4523991. OLE color: 4523991.

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

Color convert

RGB 215 7 69 -
CMYK 0 0.97 0.68 0.16
HSL 342.12º 0.94% 0.44% -
HSV(B) 342.12º 0.97% 0.84% -
XYZ 29.17 15.03 6.99 -
YUV 76.26 123.91 226.96 -
System Red Green Blue C M Y K H S L
Decimal 215 7 69 0 0.97 0.68 0.16 342.12 0.94 0.44
Hex D7 7 45 0 61 44 10 156 5E 2C
Octal 327 7 105 0 141 104 20 526 136 54
Binary 11010111 111 1000101 0 1100001 1000100 10000 101010110 1011110 101100

Color Harmonies of #D70745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70745

Black with #D70745

Text Example


Text Example

White with #D70745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70745; }

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

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

background-color css

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

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

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

border-color css

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

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

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