Html Css Color HEX #C7392F Persian Red

📋 copy color: '#C7392F'

red 199 ◦ green 57 ◦ blue 47

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

Shades of Persian Red #C7392F

Tints of Persian Red #C7392F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.81%

 BLUE value IS 47 (18.75% from 255) = 15.51%

R = 65.68%
G = 18.81%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7392F (or 0xC7392F) is known color: Persian Red. HEX triplet: C7, 39 and 2F. RGB value is (199,57,47). Sum of RGB (Red+Green+Blue) = 199+57+47=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 47 (18.75% from 255 or 15.51% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C7392F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7392F is #38C6D0. Grayscale: #626262. Windows color (decimal): -3720913 or 3094983. OLE color: 3094983.

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

Color convert

RGB 199 57 47 -
CMYK 0 0.71 0.76 0.22
HSL 3.95º 0.62% 0.48% -
HSV(B) 3.95º 0.76% 0.78% -
XYZ 25.53 15.27 4.29 -
YUV 98.32 99.04 199.81 -
System Red Green Blue C M Y K H S L
Decimal 199 57 47 0 0.71 0.76 0.22 3.95 0.62 0.48
Hex C7 39 2F 0 47 4C 16 4 3E 30
Octal 307 71 57 0 107 114 26 4 76 60
Binary 11000111 111001 101111 0 1000111 1001100 10110 100 111110 110000

Color Harmonies of #C7392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7392F

Black with #C7392F

Text Example


Text Example

White with #C7392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7392F; }

 p { color: rgb(199,57,47); }

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

background-color css

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

 a { background-color: rgb(199,57,47); }

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

border-color css

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

 span { border-color: rgb(199,57,47); }

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