#CF402D

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

Shades of Persian Red #CF402D

Tints of Persian Red #CF402D

Color information

#CF402D (or 0xCF402D) is unknown color: approx Persian Red. HEX triplet: CF, 40 and 2D. RGB value is (207,64,45). Sum of RGB (Red+Green+Blue) = 207+64+45=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF402D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF402D is #30BFD2. Grayscale: #686868. Windows color (decimal): -3194835 or 2965711. OLE color: 2965711.

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

Color convert

RGB2076445-
CMYK00.690.780.19
HSL7.04º64.29%49.41%-
HSV(B)7.04º78.26%81.18%-
XYZ28.0417.124.31-
YUV104.5994.38201.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 65.51%
GREEN value IS 64 (25.39% from 255) = 20.25%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=65.51%
G=20.25%
B=14.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207644500.690.780.197.0464.2949.41
HexCF402D0454E1374031
Octal31710055010511623710061
Binary110011111000000101101010001011001110100111111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF402D; }

 p { color: rgb(207,64,45); }

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

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

 a { background-color: rgb(207,64,45); }

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

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

 span { border-color: rgb(207,64,45); }

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