#D7042F

Color #D7042F Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #D7042F

Tints of Crimson #D7042F

Color information

#D7042F (or 0xD7042F) is unknown color: approx Crimson. HEX triplet: D7, 04 and 2F. RGB value is (215,4,47). Sum of RGB (Red+Green+Blue) = 215+4+47=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7042F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7042F is #28FBD0. Grayscale: #484848. Windows color (decimal): -2685905 or 3081431. OLE color: 3081431.

HSL color Cylindrical-coordinate representation of color #D7042F: hue angle of 347.77º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7042F is Cyan = 0, Magento = 0.98, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB215447-
CMYK00.980.780.16
HSL347.77º96.35%42.94%-
HSV(B)347.77º98.14%84.31%-
XYZ28.5814.744.03-
YUV71.99113.9230-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 80.83%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 47 (18.75% from 255) = 17.67%
R=80.83%
G=1.50%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21544700.980.780.16347.7796.3542.94
HexD742F0624E1015c602b
Octal32745701421162053414053
Binary11010111100101111011000101001110100001010111001100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7042F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7042F; }

 p { color: rgb(215,4,47); }

 H1.HeaderClassName
 {
   color: #D7042F;
 }
 .AnyTagClassName
 {
   color: #D7042F;
 }
</style>
background-color css

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

 a { background-color: rgb(215,4,47); }

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

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

 span { border-color: rgb(215,4,47); }

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