Html Css Color HEX #C53F36 Persian Red

📋 copy color: '#C53F36'

red 197 ◦ green 63 ◦ blue 54

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

Shades of Persian Red #C53F36

Tints of Persian Red #C53F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.2%

R = 62.74%
G = 20.06%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C53F36 (or 0xC53F36) is known color: Persian Red. HEX triplet: C5, 3F and 36. RGB value is (197,63,54). Sum of RGB (Red+Green+Blue) = 197+63+54=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F36 is #3AC0C9. Grayscale: #666666. Windows color (decimal): -3850442 or 3555269. OLE color: 3555269.

HSL color Cylindrical-coordinate representation of color #C53F36: hue angle of 3.78º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53F36 is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 63 54 -
CMYK 0 0.68 0.73 0.23
HSL 3.78º 0.57% 0.49% -
HSV(B) 3.78º 0.73% 0.77% -
XYZ 25.47 15.69 5.18 -
YUV 102.04 100.89 195.73 -
System Red Green Blue C M Y K H S L
Decimal 197 63 54 0 0.68 0.73 0.23 3.78 0.57 0.49
Hex C5 3F 36 0 44 49 17 4 39 31
Octal 305 77 66 0 104 111 27 4 71 61
Binary 11000101 111111 110110 0 1000100 1001001 10111 100 111001 110001

Color Harmonies of #C53F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F36

Black with #C53F36

Text Example


Text Example

White with #C53F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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