#D63628

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

Shades of Persian Red #D63628

Tints of Persian Red #D63628

Color information

#D63628 (or 0xD63628) is unknown color: approx Persian Red. HEX triplet: D6, 36 and 28. RGB value is (214,54,40). Sum of RGB (Red+Green+Blue) = 214+54+40=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D63628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63628 is #29C9D7. Grayscale: #646464. Windows color (decimal): -2738648 or 2635478. OLE color: 2635478.

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

Color convert

RGB2145440-
CMYK00.750.810.16
HSL4.83º68.5%49.8%-
HSV(B)4.83º81.31%83.92%-
XYZ29.4317.093.75-
YUV100.2494.01209.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.48%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 40 (16.02% from 255) = 12.99%
R=69.48%
G=17.53%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.81
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214544000.750.810.164.8368.549.8
HexD6362804B511054532
Octal3266650011312120510562
Binary11010110110110101000010010111010001100001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63628; }

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

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

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

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

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

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

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

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