Html Css Color HEX #CA3525 Persian Red

📋 copy color: '#CA3525'

red 202 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #CA3525

Tints of Persian Red #CA3525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 69.18%
G = 18.15%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA3525 (or 0xCA3525) is known color: Persian Red. HEX triplet: CA, 35 and 25. RGB value is (202,53,37). Sum of RGB (Red+Green+Blue) = 202+53+37=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3525 is #35CADA. Grayscale: #5F5F5F. Windows color (decimal): -3525339 or 2438602. OLE color: 2438602.

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

Color convert

RGB 202 53 37 -
CMYK 0 0.74 0.82 0.21
HSL 5.82º 0.69% 0.47% -
HSV(B) 5.82º 0.82% 0.79% -
XYZ 25.96 15.24 3.32 -
YUV 95.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 202 53 37 0 0.74 0.82 0.21 5.82 0.69 0.47
Hex CA 35 25 0 4A 52 15 6 45 2F
Octal 312 65 45 0 112 122 25 6 105 57
Binary 11001010 110101 100101 0 1001010 1010010 10101 110 1000101 101111

Color Harmonies of #CA3525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3525

Black with #CA3525

Text Example


Text Example

White with #CA3525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3525; }

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

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

background-color css

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

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

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

border-color css

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

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

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