#D63230

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

Shades of Persian Red #D63230

Tints of Persian Red #D63230

Color information

#D63230 (or 0xD63230) is unknown color: approx Persian Red. HEX triplet: D6, 32 and 30. RGB value is (214,50,48). Sum of RGB (Red+Green+Blue) = 214+50+48=312 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.59% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 214 - color contains mainly: red. Hex color #D63230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63230 is #29CDCF. Grayscale: #626262. Windows color (decimal): -2739664 or 3158742. OLE color: 3158742.

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

Color convert

RGB2145048-
CMYK00.770.780.16
HSL0.72º66.94%51.37%-
HSV(B)0.72º77.57%83.92%-
XYZ29.4116.794.49-
YUV98.8199.33210.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 68.59%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 48 (19.14% from 255) = 15.38%
R=68.59%
G=16.03%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214504800.770.780.160.7266.9451.37
HexD6323004D4E1014333
Octal3266260011511620110363
Binary110101101100101100000100110110011101000011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63230; }

 p { color: rgb(214,50,48); }

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

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

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

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

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

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

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