#D23F27

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

Shades of Persian Red #D23F27

Tints of Persian Red #D23F27

Color information

#D23F27 (or 0xD23F27) is unknown color: approx Persian Red. HEX triplet: D2, 3F and 27. RGB value is (210,63,39). Sum of RGB (Red+Green+Blue) = 210+63+39=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 39 (15.62% from 255 or 12.5% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F27 is #2DC0D8. Grayscale: #686868. Windows color (decimal): -2998489 or 2572242. OLE color: 2572242.

HSL color Cylindrical-coordinate representation of color #D23F27: hue angle of 8.42º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D23F27 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB2106339-
CMYK00.700.810.18
HSL8.42º68.67%48.82%-
HSV(B)8.42º81.43%82.35%-
XYZ28.7217.43.76-
YUV104.2291.2203.45-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.31%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 39 (15.62% from 255) = 12.5%
R=67.31%
G=20.19%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210633900.700.810.188.4268.6748.82
HexD23F27046511284531
Octal32277470106121221010561
Binary110100101111111001110100011010100011001010001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23F27; }

 p { color: rgb(210,63,39); }

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

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

 a { background-color: rgb(210,63,39); }

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

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

 span { border-color: rgb(210,63,39); }

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