Html Css Color HEX #CA3C37 Persian Red

📋 copy color: '#CA3C37'

red 202 ◦ green 60 ◦ blue 55

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

Shades of Persian Red #CA3C37

Tints of Persian Red #CA3C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 63.72%
G = 18.93%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA3C37 (or 0xCA3C37) is known color: Persian Red. HEX triplet: CA, 3C and 37. RGB value is (202,60,55). Sum of RGB (Red+Green+Blue) = 202+60+55=317 (41% of max value = 765). Red value is 202 (79.30% from 255 or 63.72% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 55 (21.88% from 255 or 17.35% from 317); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3C37 is #35C3C8. Grayscale: #666666. Windows color (decimal): -3523529 or 3620042. OLE color: 3620042.

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

Color convert

RGB 202 60 55 -
CMYK 0 0.70 0.73 0.21
HSL 2.04º 0.58% 0.5% -
HSV(B) 2.04º 0.73% 0.79% -
XYZ 26.66 16.06 5.31 -
YUV 101.89 101.54 199.41 -
System Red Green Blue C M Y K H S L
Decimal 202 60 55 0 0.70 0.73 0.21 2.04 0.58 0.5
Hex CA 3C 37 0 46 49 15 2 3A 32
Octal 312 74 67 0 106 111 25 2 72 62
Binary 11001010 111100 110111 0 1000110 1001001 10101 10 111010 110010

Color Harmonies of #CA3C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3C37

Black with #CA3C37

Text Example


Text Example

White with #CA3C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3C37; }

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

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

background-color css

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

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

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

border-color css

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

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

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