Html Css Color HEX #C5413E Persian Red

📋 copy color: '#C5413E'

red 197 ◦ green 65 ◦ blue 62

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

Shades of Persian Red #C5413E

Tints of Persian Red #C5413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 62 (24.61% from 255) = 19.14%

R = 60.8%
G = 20.06%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5413E (or 0xC5413E) is known color: Persian Red. HEX triplet: C5, 41 and 3E. RGB value is (197,65,62). Sum of RGB (Red+Green+Blue) = 197+65+62=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 62 (24.61% from 255 or 19.14% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C5413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5413E is #3ABEC1. Grayscale: #686868. Windows color (decimal): -3849922 or 4080069. OLE color: 4080069.

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

Color convert

RGB 197 65 62 -
CMYK 0 0.67 0.69 0.23
HSL 1.33º 0.54% 0.51% -
HSV(B) 1.33º 0.69% 0.77% -
XYZ 25.79 16 6.29 -
YUV 104.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 197 65 62 0 0.67 0.69 0.23 1.33 0.54 0.51
Hex C5 41 3E 0 43 45 17 1 36 33
Octal 305 101 76 0 103 105 27 1 66 63
Binary 11000101 1000001 111110 0 1000011 1000101 10111 1 110110 110011

Color Harmonies of #C5413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5413E

Black with #C5413E

Text Example


Text Example

White with #C5413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5413E; }

 p { color: rgb(197,65,62); }

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

background-color css

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

 a { background-color: rgb(197,65,62); }

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

border-color css

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

 span { border-color: rgb(197,65,62); }

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