#D24138

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

Shades of Persian Red #D24138

Tints of Persian Red #D24138

Color information

#D24138 (or 0xD24138) is unknown color: approx Persian Red. HEX triplet: D2, 41 and 38. RGB value is (210,65,56). Sum of RGB (Red+Green+Blue) = 210+65+56=331 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.44% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 56 (22.27% from 255 or 16.92% from 331); Max value from RGB is 210 - color contains mainly: red. Hex color #D24138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24138 is #2DBEC7. Grayscale: #6B6B6B. Windows color (decimal): -2997960 or 3686866. OLE color: 3686866.

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

Color convert

RGB2106556-
CMYK00.690.730.18
HSL3.51º63.11%52.16%-
HSV(B)3.51º73.33%82.35%-
XYZ29.1817.775.63-
YUV107.3399.04201.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 63.44%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 56 (22.27% from 255) = 16.92%
R=63.44%
G=19.64%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210655600.690.730.183.5163.1152.16
HexD24138045491243f34
Octal3221017001051112247764
Binary11010010100000111100001000101100100110010100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D24138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D24138; }

 p { color: rgb(210,65,56); }

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

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

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

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

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

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

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