#D43023

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

Shades of Persian Red #D43023

Tints of Persian Red #D43023

Color information

#D43023 (or 0xD43023) is unknown color: approx Persian Red. HEX triplet: D4, 30 and 23. RGB value is (212,48,35). Sum of RGB (Red+Green+Blue) = 212+48+35=295 (39% of max value = 765). Red value is 212 (83.20% from 255 or 71.86% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 212 - color contains mainly: red. Hex color #D43023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43023 is #2BCFDC. Grayscale: #5F5F5F. Windows color (decimal): -2871261 or 2306260. OLE color: 2306260.

HSL color Cylindrical-coordinate representation of color #D43023: hue angle of 4.41º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D43023 is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB2124835-
CMYK00.770.830.17
HSL4.41º71.66%48.43%-
HSV(B)4.41º83.49%83.14%-
XYZ28.5116.233.22-
YUV95.5593.83211.06-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 71.86%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 35 (14.06% from 255) = 11.86%
R=71.86%
G=16.27%
B=11.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212483500.770.830.174.4171.6648.43
HexD4302304D531144830
Octal3246043011512321411060
Binary11010100110000100011010011011010011100011001001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43023; }

 p { color: rgb(212,48,35); }

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

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

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

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

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

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

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