#D23B2B

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

Shades of Persian Red #D23B2B

Tints of Persian Red #D23B2B

Color information

#D23B2B (or 0xD23B2B) is unknown color: approx Persian Red. HEX triplet: D2, 3B and 2B. RGB value is (210,59,43). Sum of RGB (Red+Green+Blue) = 210+59+43=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23B2B is #2DC4D4. Grayscale: #666666. Windows color (decimal): -2999509 or 2833362. OLE color: 2833362.

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

Color convert

RGB2105943-
CMYK00.720.800.18
HSL5.75º66.01%49.61%-
HSV(B)5.75º79.52%82.35%-
XYZ28.58174.06-
YUV102.3294.53204.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 67.31%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=67.31%
G=18.91%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210594300.720.800.185.7566.0149.61
HexD23B2B048501264232
Octal3227353011012022610262
Binary11010010111011101011010010001010000100101101000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B2B; }

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

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

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

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

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

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

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

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