Html Css Color HEX #C73731 Persian Red

📋 copy color: '#C73731'

red 199 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #C73731

Tints of Persian Red #C73731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.17%

R = 65.68%
G = 18.15%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C73731 (or 0xC73731) is known color: Persian Red. HEX triplet: C7, 37 and 31. RGB value is (199,55,49). Sum of RGB (Red+Green+Blue) = 199+55+49=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73731 is #38C8CE. Grayscale: #616161. Windows color (decimal): -3721423 or 3225543. OLE color: 3225543.

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

Color convert

RGB 199 55 49 -
CMYK 0 0.72 0.75 0.22
HSL 2.4º 0.6% 0.49% -
HSV(B) 2.4º 0.75% 0.78% -
XYZ 25.47 15.1 4.48 -
YUV 97.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 199 55 49 0 0.72 0.75 0.22 2.4 0.6 0.49
Hex C7 37 31 0 48 4B 16 2 3C 31
Octal 307 67 61 0 110 113 26 2 74 61
Binary 11000111 110111 110001 0 1001000 1001011 10110 10 111100 110001

Color Harmonies of #C73731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73731

Black with #C73731

Text Example


Text Example

White with #C73731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73731; }

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

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

background-color css

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

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

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

border-color css

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

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

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