#D23F3E

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

Shades of Persian Red #D23F3E

Tints of Persian Red #D23F3E

Color information

#D23F3E (or 0xD23F3E) is unknown color: approx Persian Red. HEX triplet: D2, 3F and 3E. RGB value is (210,63,62). Sum of RGB (Red+Green+Blue) = 210+63+62=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 63 (25% from 255 or 18.81% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F3E is #2DC0C1. Grayscale: #6A6A6A. Windows color (decimal): -2998466 or 4079570. OLE color: 4079570.

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

Color convert

RGB2106362-
CMYK00.700.700.18
HSL0.41º62.18%53.33%-
HSV(B)0.41º70.48%82.35%-
XYZ29.2317.66.42-
YUV106.84102.7201.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 62.69%
GREEN value IS 63 (25% from 255) = 18.81%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=62.69%
G=18.81%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210636200.700.700.180.4162.1853.33
HexD23F3E046461203e35
Octal322777601061062207665
Binary11010010111111111110010001101000110100100111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23F3E; }

 p { color: rgb(210,63,62); }

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

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

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

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

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

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

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