Html Css Color HEX #CA352A Persian Red

📋 copy color: '#CA352A'

red 202 ◦ green 53 ◦ blue 42

#CA352A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CA352A

Tints of Persian Red #CA352A

RGB

 RED value IS 202 (79.3% from 255) = 68.01%

 GREEN value IS 53 (21.09% from 255) = 17.85%

 BLUE value IS 42 (16.8% from 255) = 14.14%

R = 68.01%
G = 17.85%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#CA352A (or 0xCA352A) is known color: Persian Red. HEX triplet: CA, 35 and 2A. RGB value is (202,53,42). Sum of RGB (Red+Green+Blue) = 202+53+42=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA352A is #35CAD5. Grayscale: #606060. Windows color (decimal): -3525334 or 2766282. OLE color: 2766282.

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

Color convert

RGB 202 53 42 -
CMYK 0 0.74 0.79 0.21
HSL 4.13º 0.66% 0.48% -
HSV(B) 4.13º 0.79% 0.79% -
XYZ 26.05 15.27 3.76 -
YUV 96.3 97.36 203.39 -
System Red Green Blue C M Y K H S L
Decimal 202 53 42 0 0.74 0.79 0.21 4.13 0.66 0.48
Hex CA 35 2A 0 4A 4F 15 4 42 30
Octal 312 65 52 0 112 117 25 4 102 60
Binary 11001010 110101 101010 0 1001010 1001111 10101 100 1000010 110000

Color Harmonies of #CA352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA352A

Black with #CA352A

Text Example


Text Example

White with #CA352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA352A; }

 p { color: rgb(202,53,42); }

 H1.HeaderClassName
 {
   color: #CA352A;
 }
 .AnyTagClassName
 {
   color: #CA352A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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