#CA3434

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

Shades of Persian Red #CA3434

Tints of Persian Red #CA3434

Color information

#CA3434 (or 0xCA3434) is unknown color: approx Persian Red. HEX triplet: CA, 34 and 34. RGB value is (202,52,52). Sum of RGB (Red+Green+Blue) = 202+52+52=306 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.01% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3434 is #35CBCB. Grayscale: #616161. Windows color (decimal): -3525580 or 3421386. OLE color: 3421386.

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

Color convert

RGB2025252-
CMYK00.740.740.21
HSL59.06%49.8%-
HSV(B)74.26%79.22%-
XYZ26.215.264.81-
YUV96.85102.7203-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.01%
GREEN value IS 52 (20.70% from 255) = 16.99%
BLUE value IS 52 (20.70% from 255) = 16.99%
R=66.01%
G=16.99%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202525200.740.740.21059.0649.8
HexCA343404A4A1503b32
Octal312646401121122507362
Binary11001010110100110100010010101001010101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3434; }

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

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

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

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

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

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

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

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