#CA392E

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

Shades of Persian Red #CA392E

Tints of Persian Red #CA392E

Color information

#CA392E (or 0xCA392E) is unknown color: approx Persian Red. HEX triplet: CA, 39 and 2E. RGB value is (202,57,46). Sum of RGB (Red+Green+Blue) = 202+57+46=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA392E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA392E is #35C6D1. Grayscale: #636363. Windows color (decimal): -3524306 or 3029450. OLE color: 3029450.

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

Color convert

RGB2025746-
CMYK00.720.770.21
HSL4.23º62.9%48.63%-
HSV(B)4.23º77.23%79.22%-
XYZ26.3115.684.22-
YUV99.198.04201.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 46 (18.36% from 255) = 15.08%
R=66.23%
G=18.69%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202574600.720.770.214.2362.948.63
HexCA392E0484D1543f31
Octal312715601101152547761
Binary1100101011100110111001001000100110110101100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA392E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA392E; }

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

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

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

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

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

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

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

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