Html Css Color HEX #C7403E Persian Red

📋 copy color: '#C7403E'

red 199 ◦ green 64 ◦ blue 62

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

Shades of Persian Red #C7403E

Tints of Persian Red #C7403E

RGB

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

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

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

R = 61.23%
G = 19.69%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7403E (or 0xC7403E) is known color: Persian Red. HEX triplet: C7, 40 and 3E. RGB value is (199,64,62). Sum of RGB (Red+Green+Blue) = 199+64+62=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C7403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7403E is #38BFC1. Grayscale: #686868. Windows color (decimal): -3719106 or 4079815. OLE color: 4079815.

HSL color Cylindrical-coordinate representation of color #C7403E: hue angle of 0.88º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C7403E is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 64 62 -
CMYK 0 0.68 0.69 0.22
HSL 0.88º 0.55% 0.51% -
HSV(B) 0.88º 0.69% 0.78% -
XYZ 26.26 16.16 6.29 -
YUV 104.14 104.23 195.66 -
System Red Green Blue C M Y K H S L
Decimal 199 64 62 0 0.68 0.69 0.22 0.88 0.55 0.51
Hex C7 40 3E 0 44 45 16 1 37 33
Octal 307 100 76 0 104 105 26 1 67 63
Binary 11000111 1000000 111110 0 1000100 1000101 10110 1 110111 110011

Color Harmonies of #C7403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7403E

Black with #C7403E

Text Example


Text Example

White with #C7403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7403E; }

 p { color: rgb(199,64,62); }

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

background-color css

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

 a { background-color: rgb(199,64,62); }

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

border-color css

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

 span { border-color: rgb(199,64,62); }

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