#CA3829

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

Shades of Persian Red #CA3829

Tints of Persian Red #CA3829

Color information

#CA3829 (or 0xCA3829) is unknown color: approx Persian Red. HEX triplet: CA, 38 and 29. RGB value is (202,56,41). Sum of RGB (Red+Green+Blue) = 202+56+41=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 56 (22.27% from 255 or 18.73% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3829 is #35C7D6. Grayscale: #626262. Windows color (decimal): -3524567 or 2701514. OLE color: 2701514.

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

Color convert

RGB2025641-
CMYK00.720.800.21
HSL5.59º66.26%47.65%-
HSV(B)5.59º79.7%79.22%-
XYZ26.1715.543.72-
YUV97.9495.87202.22-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 67.56%
GREEN value IS 56 (22.27% from 255) = 18.73%
BLUE value IS 41 (16.41% from 255) = 13.71%
R=67.56%
G=18.73%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202564100.720.800.215.5966.2647.65
HexCA3829048501564230
Octal3127051011012025610260
Binary11001010111000101001010010001010000101011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3829; }

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

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

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

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

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

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

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

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