Html Css Color HEX #CA2522 Persian Red

📋 copy color: '#CA2522'

red 202 ◦ green 37 ◦ blue 34

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

Shades of Persian Red #CA2522

Tints of Persian Red #CA2522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 73.99%
G = 13.55%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA2522 (or 0xCA2522) is known color: Persian Red. HEX triplet: CA, 25 and 22. RGB value is (202,37,34). Sum of RGB (Red+Green+Blue) = 202+37+34=273 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.99% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2522 is #35DADD. Grayscale: #565656. Windows color (decimal): -3529438 or 2237898. OLE color: 2237898.

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

Color convert

RGB 202 37 34 -
CMYK 0 0.82 0.83 0.21
HSL 1.07º 0.71% 0.46% -
HSV(B) 1.07º 0.83% 0.79% -
XYZ 25.31 14 2.88 -
YUV 85.99 98.66 210.74 -
System Red Green Blue C M Y K H S L
Decimal 202 37 34 0 0.82 0.83 0.21 1.07 0.71 0.46
Hex CA 25 22 0 52 53 15 1 47 2E
Octal 312 45 42 0 122 123 25 1 107 56
Binary 11001010 100101 100010 0 1010010 1010011 10101 1 1000111 101110

Color Harmonies of #CA2522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2522

Black with #CA2522

Text Example


Text Example

White with #CA2522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2522; }

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

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

background-color css

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

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

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

border-color css

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

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

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