Html Css Color HEX #D70937 Crimson

📋 copy color: '#D70937'

red 215 ◦ green 9 ◦ blue 55

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

Shades of Crimson #D70937

Tints of Crimson #D70937

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.71%

R = 77.06%
G = 3.23%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D70937 (or 0xD70937) is known color: Crimson. HEX triplet: D7, 09 and 37. RGB value is (215,9,55). Sum of RGB (Red+Green+Blue) = 215+9+55=279 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.06% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 55 (21.88% from 255 or 19.71% from 279); Max value from RGB is 215 - color contains mainly: red. Hex color #D70937 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70937 is #28F6C8. Grayscale: #4B4B4B. Windows color (decimal): -2684617 or 3606999. OLE color: 3606999.

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

Color convert

RGB 215 9 55 -
CMYK 0 0.96 0.74 0.16
HSL 346.6º 0.92% 0.44% -
HSV(B) 346.6º 0.96% 0.84% -
XYZ 28.81 14.92 4.98 -
YUV 75.84 116.25 227.26 -
System Red Green Blue C M Y K H S L
Decimal 215 9 55 0 0.96 0.74 0.16 346.6 0.92 0.44
Hex D7 9 37 0 60 4A 10 15B 5C 2C
Octal 327 11 67 0 140 112 20 533 134 54
Binary 11010111 1001 110111 0 1100000 1001010 10000 101011011 1011100 101100

Color Harmonies of #D70937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70937

Black with #D70937

Text Example


Text Example

White with #D70937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70937; }

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

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

background-color css

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

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

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

border-color css

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

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

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