#D92C21

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

Shades of Persian Red #D92C21

Tints of Persian Red #D92C21

Color information

#D92C21 (or 0xD92C21) is unknown color: approx Persian Red. HEX triplet: D9, 2C and 21. RGB value is (217,44,33). Sum of RGB (Red+Green+Blue) = 217+44+33=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 44 (17.58% from 255 or 14.97% from 294); Blue value is 33 (13.28% from 255 or 11.22% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C21 is #26D3DE. Grayscale: #5E5E5E. Windows color (decimal): -2544607 or 2174169. OLE color: 2174169.

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

Color convert

RGB2174433-
CMYK00.800.850.15
HSL3.59º73.6%49.02%-
HSV(B)3.59º84.79%85.1%-
XYZ29.7916.663.08-
YUV94.4793.31215.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 73.81%
GREEN value IS 44 (17.58% from 255) = 14.97%
BLUE value IS 33 (13.28% from 255) = 11.22%
R=73.81%
G=14.97%
B=11.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217443300.800.850.153.5973.649.02
HexD92C2105055F44a31
Octal3315441012012517411261
Binary1101100110110010000101010000101010111111001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D92C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D92C21; }

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

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

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

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

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

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

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

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