Html Css Color HEX #C7372C Persian Red

📋 copy color: '#C7372C'

red 199 ◦ green 55 ◦ blue 44

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

Shades of Persian Red #C7372C

Tints of Persian Red #C7372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 66.78%
G = 18.46%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7372C (or 0xC7372C) is known color: Persian Red. HEX triplet: C7, 37 and 2C. RGB value is (199,55,44). Sum of RGB (Red+Green+Blue) = 199+55+44=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7372C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7372C is #38C8D3. Grayscale: #606060. Windows color (decimal): -3721428 or 2897863. OLE color: 2897863.

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

Color convert

RGB 199 55 44 -
CMYK 0 0.72 0.78 0.22
HSL 4.26º 0.64% 0.48% -
HSV(B) 4.26º 0.78% 0.78% -
XYZ 25.37 15.06 3.95 -
YUV 96.8 98.21 200.89 -
System Red Green Blue C M Y K H S L
Decimal 199 55 44 0 0.72 0.78 0.22 4.26 0.64 0.48
Hex C7 37 2C 0 48 4E 16 4 40 30
Octal 307 67 54 0 110 116 26 4 100 60
Binary 11000111 110111 101100 0 1001000 1001110 10110 100 1000000 110000

Color Harmonies of #C7372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7372C

Black with #C7372C

Text Example


Text Example

White with #C7372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7372C; }

 p { color: rgb(199,55,44); }

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

background-color css

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

 a { background-color: rgb(199,55,44); }

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

border-color css

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

 span { border-color: rgb(199,55,44); }

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