Html Css Color HEX #CA352D Persian Red

📋 copy color: '#CA352D'

red 202 ◦ green 53 ◦ blue 45

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

Shades of Persian Red #CA352D

Tints of Persian Red #CA352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15%

R = 67.33%
G = 17.67%
B = 15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA352D (or 0xCA352D) is known color: Persian Red. HEX triplet: CA, 35 and 2D. RGB value is (202,53,45). Sum of RGB (Red+Green+Blue) = 202+53+45=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA352D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA352D is #35CAD2. Grayscale: #606060. Windows color (decimal): -3525331 or 2962890. OLE color: 2962890.

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

Color convert

RGB 202 53 45 -
CMYK 0 0.74 0.78 0.21
HSL 3.06º 0.64% 0.48% -
HSV(B) 3.06º 0.78% 0.79% -
XYZ 26.1 15.29 4.06 -
YUV 96.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 202 53 45 0 0.74 0.78 0.21 3.06 0.64 0.48
Hex CA 35 2D 0 4A 4E 15 3 40 30
Octal 312 65 55 0 112 116 25 3 100 60
Binary 11001010 110101 101101 0 1001010 1001110 10101 11 1000000 110000

Color Harmonies of #CA352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA352D

Black with #CA352D

Text Example


Text Example

White with #CA352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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