Html Css Color HEX #C73C32 Persian Red

📋 copy color: '#C73C32'

red 199 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #C73C32

Tints of Persian Red #C73C32

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

 BLUE value IS 50 (19.92% from 255) = 16.18%

R = 64.4%
G = 19.42%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C73C32 (or 0xC73C32) is known color: Persian Red. HEX triplet: C7, 3C and 32. RGB value is (199,60,50). Sum of RGB (Red+Green+Blue) = 199+60+50=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C32 is #38C3CD. Grayscale: #646464. Windows color (decimal): -3720142 or 3292359. OLE color: 3292359.

HSL color Cylindrical-coordinate representation of color #C73C32: hue angle of 4.03º 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 #C73C32 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 50 -
CMYK 0 0.70 0.75 0.22
HSL 4.03º 0.6% 0.49% -
HSV(B) 4.03º 0.75% 0.78% -
XYZ 25.74 15.6 4.67 -
YUV 100.42 99.55 198.31 -
System Red Green Blue C M Y K H S L
Decimal 199 60 50 0 0.70 0.75 0.22 4.03 0.6 0.49
Hex C7 3C 32 0 46 4B 16 4 3C 31
Octal 307 74 62 0 106 113 26 4 74 61
Binary 11000111 111100 110010 0 1000110 1001011 10110 100 111100 110001

Color Harmonies of #C73C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C32

Black with #C73C32

Text Example


Text Example

White with #C73C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C32; }

 p { color: rgb(199,60,50); }

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

background-color css

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

 a { background-color: rgb(199,60,50); }

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

border-color css

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

 span { border-color: rgb(199,60,50); }

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