#D63836

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

Shades of Persian Red #D63836

Tints of Persian Red #D63836

Color information

#D63836 (or 0xD63836) is unknown color: approx Persian Red. HEX triplet: D6, 38 and 36. RGB value is (214,56,54). Sum of RGB (Red+Green+Blue) = 214+56+54=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 54 (21.48% from 255 or 16.67% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D63836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63836 is #29C7C9. Grayscale: #676767. Windows color (decimal): -2738122 or 3553494. OLE color: 3553494.

HSL color Cylindrical-coordinate representation of color #D63836: hue angle of 0.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D63836 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2145654-
CMYK00.740.750.16
HSL0.75º66.12%52.55%-
HSV(B)0.75º74.77%83.92%-
XYZ29.8117.395.28-
YUV103.01100.35207.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 66.05%
GREEN value IS 56 (22.27% from 255) = 17.28%
BLUE value IS 54 (21.48% from 255) = 16.67%
R=66.05%
G=17.28%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214565400.740.750.160.7566.1252.55
HexD6383604A4B1014235
Octal3267066011211320110265
Binary110101101110001101100100101010010111000011000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63836; }

 p { color: rgb(214,56,54); }

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

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

 a { background-color: rgb(214,56,54); }

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

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

 span { border-color: rgb(214,56,54); }

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