#CF413D

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

Shades of Persian Red #CF413D

Tints of Persian Red #CF413D

Color information

#CF413D (or 0xCF413D) is unknown color: approx Persian Red. HEX triplet: CF, 41 and 3D. RGB value is (207,65,61). Sum of RGB (Red+Green+Blue) = 207+65+61=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 65 (25.78% from 255 or 19.52% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF413D is #30BEC2. Grayscale: #6B6B6B. Windows color (decimal): -3194563 or 4014543. OLE color: 4014543.

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

Color convert

RGB2076561-
CMYK00.690.710.19
HSL1.64º60.33%52.55%-
HSV(B)1.64º70.53%81.18%-
XYZ28.4617.386.27-
YUV107102.04199.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 62.16%
GREEN value IS 65 (25.78% from 255) = 19.52%
BLUE value IS 61 (24.22% from 255) = 18.32%
R=62.16%
G=19.52%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207656100.690.710.191.6460.3352.55
HexCF413D045471323c35
Octal3171017501051072327465
Binary1100111110000011111010100010110001111001110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF413D; }

 p { color: rgb(207,65,61); }

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

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

 a { background-color: rgb(207,65,61); }

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

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

 span { border-color: rgb(207,65,61); }

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