Html Css Color HEX #D70739 Crimson

📋 copy color: '#D70739'

red 215 ◦ green 7 ◦ blue 57

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

Shades of Crimson #D70739

Tints of Crimson #D70739

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 77.06%
G = 2.51%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D70739 (or 0xD70739) is known color: Crimson. HEX triplet: D7, 07 and 39. RGB value is (215,7,57). Sum of RGB (Red+Green+Blue) = 215+7+57=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70739 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70739 is #28F8C6. Grayscale: #4A4A4A. Windows color (decimal): -2685127 or 3737559. OLE color: 3737559.

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

Color convert

RGB 215 7 57 -
CMYK 0 0.97 0.73 0.16
HSL 345.58º 0.94% 0.44% -
HSV(B) 345.58º 0.97% 0.84% -
XYZ 28.84 14.89 5.23 -
YUV 74.89 117.91 227.93 -
System Red Green Blue C M Y K H S L
Decimal 215 7 57 0 0.97 0.73 0.16 345.58 0.94 0.44
Hex D7 7 39 0 61 49 10 15A 5E 2C
Octal 327 7 71 0 141 111 20 532 136 54
Binary 11010111 111 111001 0 1100001 1001001 10000 101011010 1011110 101100

Color Harmonies of #D70739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70739

Black with #D70739

Text Example


Text Example

White with #D70739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70739; }

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

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

background-color css

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

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

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

border-color css

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

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

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