#CF3F2E

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

Shades of Persian Red #CF3F2E

Tints of Persian Red #CF3F2E

Color information

#CF3F2E (or 0xCF3F2E) is unknown color: approx Persian Red. HEX triplet: CF, 3F and 2E. RGB value is (207,63,46). Sum of RGB (Red+Green+Blue) = 207+63+46=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3F2E is #30C0D1. Grayscale: #686868. Windows color (decimal): -3195090 or 3030991. OLE color: 3030991.

HSL color Cylindrical-coordinate representation of color #CF3F2E: hue angle of 6.34º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF3F2E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB2076346-
CMYK00.700.780.19
HSL6.34º63.64%49.61%-
HSV(B)6.34º77.78%81.18%-
XYZ2817.024.39-
YUV104.1295.21201.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.51%
GREEN value IS 63 (25% from 255) = 19.94%
BLUE value IS 46 (18.36% from 255) = 14.56%
R=65.51%
G=19.94%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207634600.700.780.196.3463.6449.61
HexCF3F2E0464E1364032
Octal3177756010611623610062
Binary11001111111111101110010001101001110100111101000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF3F2E; }

 p { color: rgb(207,63,46); }

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

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

 a { background-color: rgb(207,63,46); }

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

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

 span { border-color: rgb(207,63,46); }

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