Html Css Color HEX #D70949 Crimson

📋 copy color: '#D70949'

red 215 ◦ green 9 ◦ blue 73

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

Shades of Crimson #D70949

Tints of Crimson #D70949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.58%

R = 72.39%
G = 3.03%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#D70949 (or 0xD70949) is known color: Crimson. HEX triplet: D7, 09 and 49. RGB value is (215,9,73). Sum of RGB (Red+Green+Blue) = 215+9+73=297 (39% of max value = 765). Red value is 215 (84.38% from 255 or 72.39% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 215 - color contains mainly: red. Hex color #D70949 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70949 is #28F6B6. Grayscale: #4D4D4D. Windows color (decimal): -2684599 or 4786647. OLE color: 4786647.

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

Color convert

RGB 215 9 73 -
CMYK 0 0.96 0.66 0.16
HSL 341.36º 0.92% 0.44% -
HSV(B) 341.36º 0.96% 0.84% -
XYZ 29.32 15.12 7.68 -
YUV 77.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 215 9 73 0 0.96 0.66 0.16 341.36 0.92 0.44
Hex D7 9 49 0 60 42 10 155 5C 2C
Octal 327 11 111 0 140 102 20 525 134 54
Binary 11010111 1001 1001001 0 1100000 1000010 10000 101010101 1011100 101100

Color Harmonies of #D70949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70949

Black with #D70949

Text Example


Text Example

White with #D70949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70949; }

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

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

background-color css

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

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

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

border-color css

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

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

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