Html Css Color HEX #C73C2C Persian Red

📋 copy color: '#C73C2C'

red 199 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #C73C2C

Tints of Persian Red #C73C2C

RGB

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

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

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

R = 65.68%
G = 19.8%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C73C2C (or 0xC73C2C) is known color: Persian Red. HEX triplet: C7, 3C and 2C. RGB value is (199,60,44). Sum of RGB (Red+Green+Blue) = 199+60+44=303 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.68% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 44 (17.58% from 255 or 14.52% from 303); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C2C is #38C3D3. Grayscale: #636363. Windows color (decimal): -3720148 or 2899143. OLE color: 2899143.

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

Color convert

RGB 199 60 44 -
CMYK 0 0.70 0.78 0.22
HSL 6.19º 0.64% 0.48% -
HSV(B) 6.19º 0.78% 0.78% -
XYZ 25.62 15.56 4.03 -
YUV 99.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 199 60 44 0 0.70 0.78 0.22 6.19 0.64 0.48
Hex C7 3C 2C 0 46 4E 16 6 40 30
Octal 307 74 54 0 106 116 26 6 100 60
Binary 11000111 111100 101100 0 1000110 1001110 10110 110 1000000 110000

Color Harmonies of #C73C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C2C

Black with #C73C2C

Text Example


Text Example

White with #C73C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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