Html Css Color HEX #D70942 Crimson

📋 copy color: '#D70942'

red 215 ◦ green 9 ◦ blue 66

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

Shades of Crimson #D70942

Tints of Crimson #D70942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.76%

R = 74.14%
G = 3.1%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#D70942 (or 0xD70942) is known color: Crimson. HEX triplet: D7, 09 and 42. RGB value is (215,9,66). Sum of RGB (Red+Green+Blue) = 215+9+66=290 (38% of max value = 765). Red value is 215 (84.38% from 255 or 74.14% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 215 - color contains mainly: red. Hex color #D70942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D70942 is #28F6BD. Grayscale: #4D4D4D. Windows color (decimal): -2684606 or 4327895. OLE color: 4327895.

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

Color convert

RGB 215 9 66 -
CMYK 0 0.96 0.69 0.16
HSL 343.4º 0.92% 0.44% -
HSV(B) 343.4º 0.96% 0.84% -
XYZ 29.11 15.04 6.52 -
YUV 77.09 121.75 226.37 -
System Red Green Blue C M Y K H S L
Decimal 215 9 66 0 0.96 0.69 0.16 343.4 0.92 0.44
Hex D7 9 42 0 60 45 10 157 5C 2C
Octal 327 11 102 0 140 105 20 527 134 54
Binary 11010111 1001 1000010 0 1100000 1000101 10000 101010111 1011100 101100

Color Harmonies of #D70942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70942

Black with #D70942

Text Example


Text Example

White with #D70942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70942; }

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

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

background-color css

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

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

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

border-color css

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

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

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