Html Css Color HEX #C53F37 Persian Red

📋 copy color: '#C53F37'

red 197 ◦ green 63 ◦ blue 55

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

Shades of Persian Red #C53F37

Tints of Persian Red #C53F37

RGB

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

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

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

R = 62.54%
G = 20%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C53F37 (or 0xC53F37) is known color: Persian Red. HEX triplet: C5, 3F and 37. RGB value is (197,63,55). Sum of RGB (Red+Green+Blue) = 197+63+55=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 55 (21.88% from 255 or 17.46% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F37 is #3AC0C8. Grayscale: #666666. Windows color (decimal): -3850441 or 3620805. OLE color: 3620805.

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

Color convert

RGB 197 63 55 -
CMYK 0 0.68 0.72 0.23
HSL 3.38º 0.56% 0.49% -
HSV(B) 3.38º 0.72% 0.77% -
XYZ 25.49 15.7 5.3 -
YUV 102.15 101.39 195.65 -
System Red Green Blue C M Y K H S L
Decimal 197 63 55 0 0.68 0.72 0.23 3.38 0.56 0.49
Hex C5 3F 37 0 44 48 17 3 38 31
Octal 305 77 67 0 104 110 27 3 70 61
Binary 11000101 111111 110111 0 1000100 1001000 10111 11 111000 110001

Color Harmonies of #C53F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F37

Black with #C53F37

Text Example


Text Example

White with #C53F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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