#D23B3A

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

Shades of Persian Red #D23B3A

Tints of Persian Red #D23B3A

Color information

#D23B3A (or 0xD23B3A) is unknown color: approx Persian Red. HEX triplet: D2, 3B and 3A. RGB value is (210,59,58). Sum of RGB (Red+Green+Blue) = 210+59+58=327 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.22% from 327); Green value is 59 (23.44% from 255 or 18.04% from 327); Blue value is 58 (23.05% from 255 or 17.74% from 327); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B3A is #2DC4C5. Grayscale: #686868. Windows color (decimal): -2999494 or 3816402. OLE color: 3816402.

HSL color Cylindrical-coordinate representation of color #D23B3A: hue angle of 0.39º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23B3A is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB2105958-
CMYK00.720.720.18
HSL0.39º62.81%52.55%-
HSV(B)0.39º72.38%82.35%-
XYZ28.9117.145.79-
YUV104.04102.03203.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 64.22%
GREEN value IS 59 (23.44% from 255) = 18.04%
BLUE value IS 58 (23.05% from 255) = 17.74%
R=64.22%
G=18.04%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210595800.720.720.180.3962.8152.55
HexD23B3A048481203f35
Octal322737201101102207765
Binary11010010111011111010010010001001000100100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B3A; }

 p { color: rgb(210,59,58); }

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

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

 a { background-color: rgb(210,59,58); }

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

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

 span { border-color: rgb(210,59,58); }

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