#CA3F3A

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

Shades of Persian Red #CA3F3A

Tints of Persian Red #CA3F3A

Color information

#CA3F3A (or 0xCA3F3A) is unknown color: approx Persian Red. HEX triplet: CA, 3F and 3A. RGB value is (202,63,58). Sum of RGB (Red+Green+Blue) = 202+63+58=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F3A is #35C0C5. Grayscale: #686868. Windows color (decimal): -3522758 or 3817418. OLE color: 3817418.

HSL color Cylindrical-coordinate representation of color #CA3F3A: hue angle of 2.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA3F3A is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2026358-
CMYK00.690.710.21
HSL2.08º57.6%50.98%-
HSV(B)2.08º71.29%79.22%-
XYZ26.916.425.75-
YUV103.99102.05197.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 62.54%
GREEN value IS 63 (25% from 255) = 19.50%
BLUE value IS 58 (23.05% from 255) = 17.96%
R=62.54%
G=19.50%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202635800.690.710.212.0857.650.98
HexCA3F3A045471523a33
Octal312777201051072527263
Binary110010101111111110100100010110001111010110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3F3A; }

 p { color: rgb(202,63,58); }

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

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

 a { background-color: rgb(202,63,58); }

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

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

 span { border-color: rgb(202,63,58); }

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