Html Css Color HEX #CA3A31 Persian Red

📋 copy color: '#CA3A31'

red 202 ◦ green 58 ◦ blue 49

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

Shades of Persian Red #CA3A31

Tints of Persian Red #CA3A31

RGB

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

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

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

R = 65.37%
G = 18.77%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA3A31 (or 0xCA3A31) is known color: Persian Red. HEX triplet: CA, 3A and 31. RGB value is (202,58,49). Sum of RGB (Red+Green+Blue) = 202+58+49=309 (40% of max value = 765). Red value is 202 (79.30% from 255 or 65.37% from 309); Green value is 58 (23.05% from 255 or 18.77% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A31 is #35C5CE. Grayscale: #646464. Windows color (decimal): -3524047 or 3226314. OLE color: 3226314.

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

Color convert

RGB 202 58 49 -
CMYK 0 0.71 0.76 0.21
HSL 3.53º 0.61% 0.49% -
HSV(B) 3.53º 0.76% 0.79% -
XYZ 26.42 15.8 4.56 -
YUV 100.03 99.21 200.73 -
System Red Green Blue C M Y K H S L
Decimal 202 58 49 0 0.71 0.76 0.21 3.53 0.61 0.49
Hex CA 3A 31 0 47 4C 15 4 3D 31
Octal 312 72 61 0 107 114 25 4 75 61
Binary 11001010 111010 110001 0 1000111 1001100 10101 100 111101 110001

Color Harmonies of #CA3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A31

Black with #CA3A31

Text Example


Text Example

White with #CA3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A31; }

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

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

background-color css

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

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

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

border-color css

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

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

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