#CA4031

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

Shades of Persian Red #CA4031

Tints of Persian Red #CA4031

Color information

#CA4031 (or 0xCA4031) is unknown color: approx Persian Red. HEX triplet: CA, 40 and 31. RGB value is (202,64,49). Sum of RGB (Red+Green+Blue) = 202+64+49=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4031 is #35BFCE. Grayscale: #676767. Windows color (decimal): -3522511 or 3227850. OLE color: 3227850.

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

Color convert

RGB2026449-
CMYK00.680.760.21
HSL5.88º60.96%49.22%-
HSV(B)5.88º75.74%79.22%-
XYZ26.7416.454.67-
YUV103.5597.22198.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.13%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=64.13%
G=20.32%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202644900.680.760.215.8860.9649.22
HexCA40310444C1563d31
Octal3121006101041142567561
Binary11001010100000011000101000100100110010101110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4031; }

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

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

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

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

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

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

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

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