#CA402E

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

Shades of Persian Red #CA402E

Tints of Persian Red #CA402E

Color information

#CA402E (or 0xCA402E) is unknown color: approx Persian Red. HEX triplet: CA, 40 and 2E. RGB value is (202,64,46). Sum of RGB (Red+Green+Blue) = 202+64+46=312 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.74% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 202 - color contains mainly: red. Hex color #CA402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA402E is #35BFD1. Grayscale: #676767. Windows color (decimal): -3522514 or 3031242. OLE color: 3031242.

HSL color Cylindrical-coordinate representation of color #CA402E: hue angle of 6.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA402E is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB2026446-
CMYK00.680.770.21
HSL6.92º62.9%48.63%-
HSV(B)6.92º77.23%79.22%-
XYZ26.6816.424.35-
YUV103.2195.72198.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.74%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 46 (18.36% from 255) = 14.74%
R=64.74%
G=20.51%
B=14.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202644600.680.770.216.9262.948.63
HexCA402E0444D1573f31
Octal3121005601041152577761
Binary11001010100000010111001000100100110110101111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA402E; }

 p { color: rgb(202,64,46); }

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

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

 a { background-color: rgb(202,64,46); }

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

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

 span { border-color: rgb(202,64,46); }

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