Html Css Color HEX #C5403F Persian Red

📋 copy color: '#C5403F'

red 197 ◦ green 64 ◦ blue 63

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

Shades of Persian Red #C5403F

Tints of Persian Red #C5403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 63 (25% from 255) = 19.44%

R = 60.8%
G = 19.75%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5403F (or 0xC5403F) is known color: Persian Red. HEX triplet: C5, 40 and 3F. RGB value is (197,64,63). Sum of RGB (Red+Green+Blue) = 197+64+63=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5403F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5403F is #3ABFC0. Grayscale: #676767. Windows color (decimal): -3850177 or 4145349. OLE color: 4145349.

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

Color convert

RGB 197 64 63 -
CMYK 0 0.68 0.68 0.23
HSL 0.45º 0.54% 0.51% -
HSV(B) 0.45º 0.68% 0.77% -
XYZ 25.76 15.9 6.41 -
YUV 103.65 105.06 194.58 -
System Red Green Blue C M Y K H S L
Decimal 197 64 63 0 0.68 0.68 0.23 0.45 0.54 0.51
Hex C5 40 3F 0 44 44 17 0 36 33
Octal 305 100 77 0 104 104 27 0 66 63
Binary 11000101 1000000 111111 0 1000100 1000100 10111 0 110110 110011

Color Harmonies of #C5403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5403F

Black with #C5403F

Text Example


Text Example

White with #C5403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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