#D23030

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

Shades of Persian Red #D23030

Tints of Persian Red #D23030

Color information

#D23030 (or 0xD23030) is unknown color: approx Persian Red. HEX triplet: D2, 30 and 30. RGB value is (210,48,48). Sum of RGB (Red+Green+Blue) = 210+48+48=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D23030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23030 is #2DCFCF. Grayscale: #606060. Windows color (decimal): -3002320 or 3158226. OLE color: 3158226.

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

Color convert

RGB2104848-
CMYK00.770.770.18
HSL64.29%50.59%-
HSV(B)77.14%82.35%-
XYZ28.1716.034.41-
YUV96.44100.67209-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 68.63%
GREEN value IS 48 (19.14% from 255) = 15.69%
BLUE value IS 48 (19.14% from 255) = 15.69%
R=68.63%
G=15.69%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210484800.770.770.18064.2950.59
HexD2303004D4D1204033
Octal3226060011511522010063
Binary110100101100001100000100110110011011001001000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23030; }

 p { color: rgb(210,48,48); }

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

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

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

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

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

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

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