Html Css Color HEX #C5413F Persian Red

📋 copy color: '#C5413F'

red 197 ◦ green 65 ◦ blue 63

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

Shades of Persian Red #C5413F

Tints of Persian Red #C5413F

RGB

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

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

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

R = 60.62%
G = 20%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5413F (or 0xC5413F) is known color: Persian Red. HEX triplet: C5, 41 and 3F. RGB value is (197,65,63). Sum of RGB (Red+Green+Blue) = 197+65+63=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5413F is #3ABEC0. Grayscale: #686868. Windows color (decimal): -3849921 or 4145605. OLE color: 4145605.

HSL color Cylindrical-coordinate representation of color #C5413F: hue angle of 0.9º 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 #C5413F is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 63 -
CMYK 0 0.67 0.68 0.23
HSL 0.9º 0.54% 0.51% -
HSV(B) 0.9º 0.68% 0.77% -
XYZ 25.81 16.01 6.43 -
YUV 104.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 197 65 63 0 0.67 0.68 0.23 0.9 0.54 0.51
Hex C5 41 3F 0 43 44 17 1 36 33
Octal 305 101 77 0 103 104 27 1 66 63
Binary 11000101 1000001 111111 0 1000011 1000100 10111 1 110110 110011

Color Harmonies of #C5413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5413F

Black with #C5413F

Text Example


Text Example

White with #C5413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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