#D63626

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

Shades of Persian Red #D63626

Tints of Persian Red #D63626

Color information

#D63626 (or 0xD63626) is unknown color: approx Persian Red. HEX triplet: D6, 36 and 26. RGB value is (214,54,38). Sum of RGB (Red+Green+Blue) = 214+54+38=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 38 (15.23% from 255 or 12.42% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63626 is #29C9D9. Grayscale: #646464. Windows color (decimal): -2738650 or 2504406. OLE color: 2504406.

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

Color convert

RGB2145438-
CMYK00.750.820.16
HSL5.45º69.84%49.41%-
HSV(B)5.45º82.24%83.92%-
XYZ29.417.073.58-
YUV100.0293.01209.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 69.93%
GREEN value IS 54 (21.48% from 255) = 17.65%
BLUE value IS 38 (15.23% from 255) = 12.42%
R=69.93%
G=17.65%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.82
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214543800.750.820.165.4569.8449.41
HexD6362604B521054631
Octal3266646011312220510661
Binary11010110110110100110010010111010010100001011000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63626; }

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

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

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

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

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

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

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

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