Html Css Color HEX #C53F32 Persian Red

📋 copy color: '#C53F32'

red 197 ◦ green 63 ◦ blue 50

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

Shades of Persian Red #C53F32

Tints of Persian Red #C53F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.13%

R = 63.55%
G = 20.32%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C53F32 (or 0xC53F32) is known color: Persian Red. HEX triplet: C5, 3F and 32. RGB value is (197,63,50). Sum of RGB (Red+Green+Blue) = 197+63+50=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53F32 is #3AC0CD. Grayscale: #656565. Windows color (decimal): -3850446 or 3293125. OLE color: 3293125.

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

Color convert

RGB 197 63 50 -
CMYK 0 0.68 0.75 0.23
HSL 5.31º 0.6% 0.48% -
HSV(B) 5.31º 0.75% 0.77% -
XYZ 25.38 15.66 4.7 -
YUV 101.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 197 63 50 0 0.68 0.75 0.23 5.31 0.6 0.48
Hex C5 3F 32 0 44 4B 17 5 3C 30
Octal 305 77 62 0 104 113 27 5 74 60
Binary 11000101 111111 110010 0 1000100 1001011 10111 101 111100 110000

Color Harmonies of #C53F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F32

Black with #C53F32

Text Example


Text Example

White with #C53F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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