Html Css Color HEX #CA322F Persian Red

📋 copy color: '#CA322F'

red 202 ◦ green 50 ◦ blue 47

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

Shades of Persian Red #CA322F

Tints of Persian Red #CA322F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.72%

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 67.56%
G = 16.72%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA322F (or 0xCA322F) is known color: Persian Red. HEX triplet: CA, 32 and 2F. RGB value is (202,50,47). Sum of RGB (Red+Green+Blue) = 202+50+47=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA322F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA322F is #35CDD0. Grayscale: #5F5F5F. Windows color (decimal): -3526097 or 3093194. OLE color: 3093194.

HSL color Cylindrical-coordinate representation of color #CA322F: hue angle of 1.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA322F is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 50 47 -
CMYK 0 0.75 0.77 0.21
HSL 1.16º 0.62% 0.49% -
HSV(B) 1.16º 0.77% 0.79% -
XYZ 26.01 15.04 4.22 -
YUV 95.11 100.86 204.24 -
System Red Green Blue C M Y K H S L
Decimal 202 50 47 0 0.75 0.77 0.21 1.16 0.62 0.49
Hex CA 32 2F 0 4B 4D 15 1 3E 31
Octal 312 62 57 0 113 115 25 1 76 61
Binary 11001010 110010 101111 0 1001011 1001101 10101 1 111110 110001

Color Harmonies of #CA322F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA322F

Black with #CA322F

Text Example


Text Example

White with #CA322F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA322F; }

 p { color: rgb(202,50,47); }

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

background-color css

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

 a { background-color: rgb(202,50,47); }

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

border-color css

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

 span { border-color: rgb(202,50,47); }

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