#D23E2E

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

Shades of Persian Red #D23E2E

Tints of Persian Red #D23E2E

Color information

#D23E2E (or 0xD23E2E) is unknown color: approx Persian Red. HEX triplet: D2, 3E and 2E. RGB value is (210,62,46). Sum of RGB (Red+Green+Blue) = 210+62+46=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E2E is #2DC1D1. Grayscale: #686868. Windows color (decimal): -2998738 or 3030738. OLE color: 3030738.

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

Color convert

RGB2106246-
CMYK00.700.780.18
HSL5.85º64.57%50.2%-
HSV(B)5.85º78.1%82.35%-
XYZ28.7917.344.41-
YUV104.4395.03203.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 66.04%
GREEN value IS 62 (24.61% from 255) = 19.50%
BLUE value IS 46 (18.36% from 255) = 14.47%
R=66.04%
G=19.50%
B=14.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210624600.700.780.185.8564.5750.2
HexD23E2E0464E1264132
Octal3227656010611622610162
Binary11010010111110101110010001101001110100101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23E2E; }

 p { color: rgb(210,62,46); }

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

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

 a { background-color: rgb(210,62,46); }

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

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

 span { border-color: rgb(210,62,46); }

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