Html Css Color HEX #CA3F32 Persian Red

📋 copy color: '#CA3F32'

red 202 ◦ green 63 ◦ blue 50

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

Shades of Persian Red #CA3F32

Tints of Persian Red #CA3F32

RGB

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

 GREEN value IS 63 (25% from 255) = 20%

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

R = 64.13%
G = 20%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA3F32 (or 0xCA3F32) is known color: Persian Red. HEX triplet: CA, 3F and 32. RGB value is (202,63,50). Sum of RGB (Red+Green+Blue) = 202+63+50=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3F32 is #35C0CD. Grayscale: #676767. Windows color (decimal): -3522766 or 3293130. OLE color: 3293130.

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

Color convert

RGB 202 63 50 -
CMYK 0 0.69 0.75 0.21
HSL 5.13º 0.6% 0.49% -
HSV(B) 5.13º 0.75% 0.79% -
XYZ 26.71 16.34 4.76 -
YUV 103.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 202 63 50 0 0.69 0.75 0.21 5.13 0.6 0.49
Hex CA 3F 32 0 45 4B 15 5 3C 31
Octal 312 77 62 0 105 113 25 5 74 61
Binary 11001010 111111 110010 0 1000101 1001011 10101 101 111100 110001

Color Harmonies of #CA3F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3F32

Black with #CA3F32

Text Example


Text Example

White with #CA3F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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