Html Css Color HEX #CA3A32 Persian Red

📋 copy color: '#CA3A32'

red 202 ◦ green 58 ◦ blue 50

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

Shades of Persian Red #CA3A32

Tints of Persian Red #CA3A32

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.71%

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

R = 65.16%
G = 18.71%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CA3A32 (or 0xCA3A32) is known color: Persian Red. HEX triplet: CA, 3A and 32. RGB value is (202,58,50). Sum of RGB (Red+Green+Blue) = 202+58+50=310 (41% of max value = 765). Red value is 202 (79.30% from 255 or 65.16% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A32 is #35C5CD. Grayscale: #646464. Windows color (decimal): -3524046 or 3291850. OLE color: 3291850.

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

Color convert

RGB 202 58 50 -
CMYK 0 0.71 0.75 0.21
HSL 3.16º 0.6% 0.49% -
HSV(B) 3.16º 0.75% 0.79% -
XYZ 26.45 15.81 4.68 -
YUV 100.14 99.71 200.65 -
System Red Green Blue C M Y K H S L
Decimal 202 58 50 0 0.71 0.75 0.21 3.16 0.6 0.49
Hex CA 3A 32 0 47 4B 15 3 3C 31
Octal 312 72 62 0 107 113 25 3 74 61
Binary 11001010 111010 110010 0 1000111 1001011 10101 11 111100 110001

Color Harmonies of #CA3A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A32

Black with #CA3A32

Text Example


Text Example

White with #CA3A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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