#CA3D33

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

Shades of Persian Red #CA3D33

Tints of Persian Red #CA3D33

Color information

#CA3D33 (or 0xCA3D33) is unknown color: approx Persian Red. HEX triplet: CA, 3D and 33. RGB value is (202,61,51). Sum of RGB (Red+Green+Blue) = 202+61+51=314 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.33% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3D33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3D33 is #35C2CC. Grayscale: #666666. Windows color (decimal): -3523277 or 3358154. OLE color: 3358154.

HSL color Cylindrical-coordinate representation of color #CA3D33: hue angle of 3.97º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA3D33 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB2026151-
CMYK00.700.750.21
HSL3.97º59.68%49.61%-
HSV(B)3.97º74.75%79.22%-
XYZ26.6216.134.84-
YUV102.0299.21199.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 64.33%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 51 (20.31% from 255) = 16.24%
R=64.33%
G=19.43%
B=16.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202615100.700.750.213.9759.6849.61
HexCA3D330464B1543c32
Octal312756301061132547462
Binary1100101011110111001101000110100101110101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3D33; }

 p { color: rgb(202,61,51); }

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

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

 a { background-color: rgb(202,61,51); }

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

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

 span { border-color: rgb(202,61,51); }

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