Html Css Color HEX #CA3131 Persian Red

📋 copy color: '#CA3131'

red 202 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #CA3131

Tints of Persian Red #CA3131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.33%

 BLUE value IS 49 (19.53% from 255) = 16.33%

R = 67.33%
G = 16.33%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA3131 (or 0xCA3131) is known color: Persian Red. HEX triplet: CA, 31 and 31. RGB value is (202,49,49). Sum of RGB (Red+Green+Blue) = 202+49+49=300 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3131 is #35CECE. Grayscale: #5E5E5E. Windows color (decimal): -3526351 or 3224010. OLE color: 3224010.

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

Color convert

RGB 202 49 49 -
CMYK 0 0.76 0.76 0.21
HSL 0.61% 0.49% -
HSV(B) 0.76% 0.79% -
XYZ 26.01 14.97 4.43 -
YUV 94.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 202 49 49 0 0.76 0.76 0.21 0 0.61 0.49
Hex CA 31 31 0 4C 4C 15 0 3D 31
Octal 312 61 61 0 114 114 25 0 75 61
Binary 11001010 110001 110001 0 1001100 1001100 10101 0 111101 110001

Color Harmonies of #CA3131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3131

Black with #CA3131

Text Example


Text Example

White with #CA3131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3131; }

 p { color: rgb(202,49,49); }

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

background-color css

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

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

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

border-color css

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

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

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