Html Css Color HEX #C7392D Persian Red

📋 copy color: '#C7392D'

red 199 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #C7392D

Tints of Persian Red #C7392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 66.11%
G = 18.94%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7392D (or 0xC7392D) is known color: Persian Red. HEX triplet: C7, 39 and 2D. RGB value is (199,57,45). Sum of RGB (Red+Green+Blue) = 199+57+45=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7392D is #38C6D2. Grayscale: #626262. Windows color (decimal): -3720915 or 2963911. OLE color: 2963911.

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

Color convert

RGB 199 57 45 -
CMYK 0 0.71 0.77 0.22
HSL 4.68º 0.63% 0.48% -
HSV(B) 4.68º 0.77% 0.78% -
XYZ 25.49 15.26 4.08 -
YUV 98.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 199 57 45 0 0.71 0.77 0.22 4.68 0.63 0.48
Hex C7 39 2D 0 47 4D 16 5 3F 30
Octal 307 71 55 0 107 115 26 5 77 60
Binary 11000111 111001 101101 0 1000111 1001101 10110 101 111111 110000

Color Harmonies of #C7392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7392D

Black with #C7392D

Text Example


Text Example

White with #C7392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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