Html Css Color HEX #C7413A Persian Red

📋 copy color: '#C7413A'

red 199 ◦ green 65 ◦ blue 58

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

Shades of Persian Red #C7413A

Tints of Persian Red #C7413A

RGB

 RED value IS 199 (78.13% from 255) = 61.8%

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

 BLUE value IS 58 (23.05% from 255) = 18.01%

R = 61.8%
G = 20.19%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7413A (or 0xC7413A) is known color: Persian Red. HEX triplet: C7, 41 and 3A. RGB value is (199,65,58). Sum of RGB (Red+Green+Blue) = 199+65+58=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 65 (25.78% from 255 or 20.19% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C7413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7413A is #38BEC5. Grayscale: #686868. Windows color (decimal): -3718854 or 3817927. OLE color: 3817927.

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

Color convert

RGB 199 65 58 -
CMYK 0 0.67 0.71 0.22
HSL 2.98º 0.56% 0.5% -
HSV(B) 2.98º 0.71% 0.78% -
XYZ 26.21 16.23 5.75 -
YUV 104.27 101.89 195.57 -
System Red Green Blue C M Y K H S L
Decimal 199 65 58 0 0.67 0.71 0.22 2.98 0.56 0.5
Hex C7 41 3A 0 43 47 16 3 38 32
Octal 307 101 72 0 103 107 26 3 70 62
Binary 11000111 1000001 111010 0 1000011 1000111 10110 11 111000 110010

Color Harmonies of #C7413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7413A

Black with #C7413A

Text Example


Text Example

White with #C7413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7413A; }

 p { color: rgb(199,65,58); }

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

background-color css

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

 a { background-color: rgb(199,65,58); }

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

border-color css

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

 span { border-color: rgb(199,65,58); }

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