Html Css Color HEX #CA3A37 Persian Red

📋 copy color: '#CA3A37'

red 202 ◦ green 58 ◦ blue 55

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

Shades of Persian Red #CA3A37

Tints of Persian Red #CA3A37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 17.46%

R = 64.13%
G = 18.41%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA3A37 (or 0xCA3A37) is known color: Persian Red. HEX triplet: CA, 3A and 37. RGB value is (202,58,55). Sum of RGB (Red+Green+Blue) = 202+58+55=315 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.13% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3A37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3A37 is #35C5C8. Grayscale: #646464. Windows color (decimal): -3524041 or 3619530. OLE color: 3619530.

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

Color convert

RGB 202 58 55 -
CMYK 0 0.71 0.73 0.21
HSL 1.22º 0.58% 0.5% -
HSV(B) 1.22º 0.73% 0.79% -
XYZ 26.56 15.86 5.28 -
YUV 100.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 202 58 55 0 0.71 0.73 0.21 1.22 0.58 0.5
Hex CA 3A 37 0 47 49 15 1 3A 32
Octal 312 72 67 0 107 111 25 1 72 62
Binary 11001010 111010 110111 0 1000111 1001001 10101 1 111010 110010

Color Harmonies of #CA3A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3A37

Black with #CA3A37

Text Example


Text Example

White with #CA3A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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