#CA2E29

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

Shades of Persian Red #CA2E29

Tints of Persian Red #CA2E29

Color information

#CA2E29 (or 0xCA2E29) is unknown color: approx Persian Red. HEX triplet: CA, 2E and 29. RGB value is (202,46,41). Sum of RGB (Red+Green+Blue) = 202+46+41=289 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.90% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2E29 is #35D1D6. Grayscale: #5C5C5C. Windows color (decimal): -3527127 or 2698954. OLE color: 2698954.

HSL color Cylindrical-coordinate representation of color #CA2E29: hue angle of 1.86º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2E29 is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB2024641-
CMYK00.770.800.21
HSL1.86º66.26%47.65%-
HSV(B)1.86º79.7%79.22%-
XYZ25.7314.673.57-
YUV92.0799.18206.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.90%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 41 (16.41% from 255) = 14.19%
R=69.90%
G=15.92%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202464100.770.800.211.8666.2647.65
HexCA2E2904D501524230
Octal3125651011512025210260
Binary1100101010111010100101001101101000010101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2E29; }

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

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

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

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

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

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

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

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