Html Css Color HEX #C53F3C Persian Red

📋 copy color: '#C53F3C'

red 197 ◦ green 63 ◦ blue 60

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

Shades of Persian Red #C53F3C

Tints of Persian Red #C53F3C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.69%

 BLUE value IS 60 (23.83% from 255) = 18.75%

R = 61.56%
G = 19.69%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C53F3C (or 0xC53F3C) is known color: Persian Red. HEX triplet: C5, 3F and 3C. RGB value is (197,63,60). Sum of RGB (Red+Green+Blue) = 197+63+60=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F3C is #3AC0C3. Grayscale: #666666. Windows color (decimal): -3850436 or 3948485. OLE color: 3948485.

HSL color Cylindrical-coordinate representation of color #C53F3C: hue angle of 1.31º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53F3C is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 60 -
CMYK 0 0.68 0.70 0.23
HSL 1.31º 0.54% 0.5% -
HSV(B) 1.31º 0.7% 0.77% -
XYZ 25.62 15.75 5.97 -
YUV 102.72 103.89 195.24 -
System Red Green Blue C M Y K H S L
Decimal 197 63 60 0 0.68 0.70 0.23 1.31 0.54 0.5
Hex C5 3F 3C 0 44 46 17 1 36 32
Octal 305 77 74 0 104 106 27 1 66 62
Binary 11000101 111111 111100 0 1000100 1000110 10111 1 110110 110010

Color Harmonies of #C53F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F3C

Black with #C53F3C

Text Example


Text Example

White with #C53F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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