Html Css Color HEX #CA2C22 Persian Red

📋 copy color: '#CA2C22'

red 202 ◦ green 44 ◦ blue 34

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

Shades of Persian Red #CA2C22

Tints of Persian Red #CA2C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.71%

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

R = 72.14%
G = 15.71%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.21

RGB Variations

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

Color information

#CA2C22 (or 0xCA2C22) is known color: Persian Red. HEX triplet: CA, 2C and 22. RGB value is (202,44,34). Sum of RGB (Red+Green+Blue) = 202+44+34=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 44 (17.58% from 255 or 15.71% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA2C22 is #35D3DD. Grayscale: #5A5A5A. Windows color (decimal): -3527646 or 2239690. OLE color: 2239690.

HSL color Cylindrical-coordinate representation of color #CA2C22: hue angle of 3.57º 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 #CA2C22 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 44 34 -
CMYK 0 0.78 0.83 0.21
HSL 3.57º 0.71% 0.46% -
HSV(B) 3.57º 0.83% 0.79% -
XYZ 25.55 14.47 2.96 -
YUV 90.1 96.35 207.81 -
System Red Green Blue C M Y K H S L
Decimal 202 44 34 0 0.78 0.83 0.21 3.57 0.71 0.46
Hex CA 2C 22 0 4E 53 15 4 47 2E
Octal 312 54 42 0 116 123 25 4 107 56
Binary 11001010 101100 100010 0 1001110 1010011 10101 100 1000111 101110

Color Harmonies of #CA2C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2C22

Black with #CA2C22

Text Example


Text Example

White with #CA2C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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