#CA3433

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

Shades of Persian Red #CA3433

Tints of Persian Red #CA3433

Color information

#CA3433 (or 0xCA3433) is unknown color: approx Persian Red. HEX triplet: CA, 34 and 33. RGB value is (202,52,51). Sum of RGB (Red+Green+Blue) = 202+52+51=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 52 (20.70% from 255 or 17.05% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3433 is #35CBCC. Grayscale: #606060. Windows color (decimal): -3525581 or 3355850. OLE color: 3355850.

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

Color convert

RGB2025251-
CMYK00.740.750.21
HSL0.4º59.68%49.61%-
HSV(B)0.4º74.75%79.22%-
XYZ26.1815.254.7-
YUV96.74102.2203.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 52 (20.70% from 255) = 17.05%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=66.23%
G=17.05%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202525100.740.750.210.459.6849.61
HexCA343304A4B1503c32
Octal312646301121132507462
Binary11001010110100110011010010101001011101010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3433; }

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

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

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

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

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

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

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

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