Html Css Color HEX #CA4032 Persian Red

📋 copy color: '#CA4032'

red 202 ◦ green 64 ◦ blue 50

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

Shades of Persian Red #CA4032

Tints of Persian Red #CA4032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.25%

 BLUE value IS 50 (19.92% from 255) = 15.82%

R = 63.92%
G = 20.25%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA4032 (or 0xCA4032) is known color: Persian Red. HEX triplet: CA, 40 and 32. RGB value is (202,64,50). Sum of RGB (Red+Green+Blue) = 202+64+50=316 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.92% from 316); Green value is 64 (25.39% from 255 or 20.25% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4032 is #35BFCD. Grayscale: #676767. Windows color (decimal): -3522510 or 3293386. OLE color: 3293386.

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

Color convert

RGB 202 64 50 -
CMYK 0 0.68 0.75 0.21
HSL 5.53º 0.6% 0.49% -
HSV(B) 5.53º 0.75% 0.79% -
XYZ 26.77 16.45 4.78 -
YUV 103.67 97.72 198.14 -
System Red Green Blue C M Y K H S L
Decimal 202 64 50 0 0.68 0.75 0.21 5.53 0.6 0.49
Hex CA 40 32 0 44 4B 15 6 3C 31
Octal 312 100 62 0 104 113 25 6 74 61
Binary 11001010 1000000 110010 0 1000100 1001011 10101 110 111100 110001

Color Harmonies of #CA4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4032

Black with #CA4032

Text Example


Text Example

White with #CA4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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