#CA3025

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

Shades of Persian Red #CA3025

Tints of Persian Red #CA3025

Color information

#CA3025 (or 0xCA3025) is unknown color: approx Persian Red. HEX triplet: CA, 30 and 25. RGB value is (202,48,37). Sum of RGB (Red+Green+Blue) = 202+48+37=287 (38% of max value = 765). Red value is 202 (79.30% from 255 or 70.38% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3025 is #35CFDA. Grayscale: #5C5C5C. Windows color (decimal): -3526619 or 2437322. OLE color: 2437322.

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

Color convert

RGB2024837-
CMYK00.760.820.21
HSL69.04%46.86%-
HSV(B)81.68%79.22%-
XYZ25.7514.83.25-
YUV92.7996.52205.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 70.38%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 37 (14.84% from 255) = 12.89%
R=70.38%
G=16.72%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202483700.760.820.21469.0446.86
HexCA302504C52154452f
Octal3126045011412225410557
Binary11001010110000100101010011001010010101011001000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3025; }

 p { color: rgb(202,48,37); }

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

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

 a { background-color: rgb(202,48,37); }

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

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

 span { border-color: rgb(202,48,37); }

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