#CA423A

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

Shades of Persian Red #CA423A

Tints of Persian Red #CA423A

Color information

#CA423A (or 0xCA423A) is unknown color: approx Persian Red. HEX triplet: CA, 42 and 3A. RGB value is (202,66,58). Sum of RGB (Red+Green+Blue) = 202+66+58=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 58 (23.05% from 255 or 17.79% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA423A is #35BDC5. Grayscale: #696969. Windows color (decimal): -3521990 or 3818186. OLE color: 3818186.

HSL color Cylindrical-coordinate representation of color #CA423A: hue angle of 3.33º 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 #CA423A is Cyan = 0, Magento = 0.67, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2026658-
CMYK00.670.710.21
HSL3.33º57.6%50.98%-
HSV(B)3.33º71.29%79.22%-
XYZ27.0716.765.81-
YUV105.75101.06196.65-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.96%
GREEN value IS 66 (26.17% from 255) = 20.25%
BLUE value IS 58 (23.05% from 255) = 17.79%
R=61.96%
G=20.25%
B=17.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202665800.670.710.213.3357.650.98
HexCA423A043471533a33
Octal3121027201031072537263
Binary1100101010000101110100100001110001111010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA423A; }

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

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

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

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

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

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

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

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