#D7223F

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

Shades of Crimson #D7223F

Tints of Crimson #D7223F

Color information

#D7223F (or 0xD7223F) is unknown color: approx Crimson. HEX triplet: D7, 22 and 3F. RGB value is (215,34,63). Sum of RGB (Red+Green+Blue) = 215+34+63=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 34 (13.67% from 255 or 10.90% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D7223F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7223F is #28DDC0. Grayscale: #5B5B5B. Windows color (decimal): -2678209 or 4137687. OLE color: 4137687.

HSL color Cylindrical-coordinate representation of color #D7223F: hue angle of 350.39º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7223F is Cyan = 0, Magento = 0.84, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB2153463-
CMYK00.840.710.16
HSL350.39º72.69%48.82%-
HSV(B)350.39º84.19%84.31%-
XYZ29.4915.956.23-
YUV91.42111.97216.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.91%
GREEN value IS 34 (13.67% from 255) = 10.90%
BLUE value IS 63 (25% from 255) = 20.19%
R=68.91%
G=10.90%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215346300.840.710.16350.3972.6948.82
HexD7223F054471015e4931
Octal327427701241072053611161
Binary11010111100010111111010101001000111100001010111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7223F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7223F; }

 p { color: rgb(215,34,63); }

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

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

 a { background-color: rgb(215,34,63); }

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

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

 span { border-color: rgb(215,34,63); }

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