#D42D23

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

Shades of Persian Red #D42D23

Tints of Persian Red #D42D23

Color information

#D42D23 (or 0xD42D23) is unknown color: approx Persian Red. HEX triplet: D4, 2D and 23. RGB value is (212,45,35). Sum of RGB (Red+Green+Blue) = 212+45+35=292 (38% of max value = 765). Red value is 212 (83.20% from 255 or 72.60% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42D23 is #2BD2DC. Grayscale: #5D5D5D. Windows color (decimal): -2872029 or 2305492. OLE color: 2305492.

HSL color Cylindrical-coordinate representation of color #D42D23: hue angle of 3.39º 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 #D42D23 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB2124535-
CMYK00.790.830.17
HSL3.39º71.66%48.43%-
HSV(B)3.39º83.49%83.14%-
XYZ28.39163.18-
YUV93.7994.83212.31-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 72.60%
GREEN value IS 45 (17.97% from 255) = 15.41%
BLUE value IS 35 (14.06% from 255) = 11.99%
R=72.60%
G=15.41%
B=11.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212453500.790.830.173.3971.6648.43
HexD42D2304F531134830
Octal3245543011712321311060
Binary1101010010110110001101001111101001110001111001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42D23; }

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

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

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

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

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

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

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

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