Html Css Color HEX #C53C2F Persian Red

📋 copy color: '#C53C2F'

red 197 ◦ green 60 ◦ blue 47

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

Shades of Persian Red #C53C2F

Tints of Persian Red #C53C2F

RGB

 RED value IS 197 (77.34% from 255) = 64.8%

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

 BLUE value IS 47 (18.75% from 255) = 15.46%

R = 64.8%
G = 19.74%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C53C2F (or 0xC53C2F) is known color: Persian Red. HEX triplet: C5, 3C and 2F. RGB value is (197,60,47). Sum of RGB (Red+Green+Blue) = 197+60+47=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53C2F is #3AC3D0. Grayscale: #636363. Windows color (decimal): -3851217 or 3095749. OLE color: 3095749.

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

Color convert

RGB 197 60 47 -
CMYK 0 0.70 0.76 0.23
HSL 5.2º 0.61% 0.48% -
HSV(B) 5.2º 0.76% 0.77% -
XYZ 25.15 15.31 4.32 -
YUV 99.48 98.39 197.56 -
System Red Green Blue C M Y K H S L
Decimal 197 60 47 0 0.70 0.76 0.23 5.2 0.61 0.48
Hex C5 3C 2F 0 46 4C 17 5 3D 30
Octal 305 74 57 0 106 114 27 5 75 60
Binary 11000101 111100 101111 0 1000110 1001100 10111 101 111101 110000

Color Harmonies of #C53C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53C2F

Black with #C53C2F

Text Example


Text Example

White with #C53C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53C2F; }

 p { color: rgb(197,60,47); }

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

background-color css

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

 a { background-color: rgb(197,60,47); }

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

border-color css

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

 span { border-color: rgb(197,60,47); }

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