#D92F2C

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

Shades of Persian Red #D92F2C

Tints of Persian Red #D92F2C

Color information

#D92F2C (or 0xD92F2C) is unknown color: approx Persian Red. HEX triplet: D9, 2F and 2C. RGB value is (217,47,44). Sum of RGB (Red+Green+Blue) = 217+47+44=308 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.45% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92F2C is #26D0D3. Grayscale: #616161. Windows color (decimal): -2543828 or 2895833. OLE color: 2895833.

HSL color Cylindrical-coordinate representation of color #D92F2C: hue angle of 1.04º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92F2C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB2174744-
CMYK00.780.800.15
HSL1.04º69.48%51.18%-
HSV(B)1.04º79.72%85.1%-
XYZ30.0916.974.07-
YUV97.4997.82213.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 70.45%
GREEN value IS 47 (18.75% from 255) = 15.26%
BLUE value IS 44 (17.58% from 255) = 14.29%
R=70.45%
G=15.26%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217474400.780.800.151.0469.4851.18
HexD92F2C04E50F14533
Octal3315754011612017110563
Binary11011001101111101100010011101010000111111000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92F2C; }

 p { color: rgb(217,47,44); }

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

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

 a { background-color: rgb(217,47,44); }

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

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

 span { border-color: rgb(217,47,44); }

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