Html Css Color HEX #C53F38 Persian Red

📋 copy color: '#C53F38'

red 197 ◦ green 63 ◦ blue 56

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

Shades of Persian Red #C53F38

Tints of Persian Red #C53F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.72%

R = 62.34%
G = 19.94%
B = 17.72%

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

#C53F38 (or 0xC53F38) is known color: Persian Red. HEX triplet: C5, 3F and 38. RGB value is (197,63,56). Sum of RGB (Red+Green+Blue) = 197+63+56=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F38 is #3AC0C7. Grayscale: #666666. Windows color (decimal): -3850440 or 3686341. OLE color: 3686341.

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

Color convert

RGB 197 63 56 -
CMYK 0 0.68 0.72 0.23
HSL 2.98º 0.56% 0.5% -
HSV(B) 2.98º 0.72% 0.77% -
XYZ 25.52 15.71 5.43 -
YUV 102.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 197 63 56 0 0.68 0.72 0.23 2.98 0.56 0.5
Hex C5 3F 38 0 44 48 17 3 38 32
Octal 305 77 70 0 104 110 27 3 70 62
Binary 11000101 111111 111000 0 1000100 1001000 10111 11 111000 110010

Color Harmonies of #C53F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F38

Black with #C53F38

Text Example


Text Example

White with #C53F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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