Html Css Color HEX #C73C3C Persian Red

📋 copy color: '#C73C3C'

red 199 ◦ green 60 ◦ blue 60

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

Shades of Persian Red #C73C3C

Tints of Persian Red #C73C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.81%

R = 62.38%
G = 18.81%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C73C3C (or 0xC73C3C) is known color: Persian Red. HEX triplet: C7, 3C and 3C. RGB value is (199,60,60). Sum of RGB (Red+Green+Blue) = 199+60+60=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C3C is #38C3C3. Grayscale: #656565. Windows color (decimal): -3720132 or 3947719. OLE color: 3947719.

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

Color convert

RGB 199 60 60 -
CMYK 0 0.70 0.70 0.22
HSL 0.55% 0.51% -
HSV(B) 0.7% 0.78% -
XYZ 25.98 15.7 5.94 -
YUV 101.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 199 60 60 0 0.70 0.70 0.22 0 0.55 0.51
Hex C7 3C 3C 0 46 46 16 0 37 33
Octal 307 74 74 0 106 106 26 0 67 63
Binary 11000111 111100 111100 0 1000110 1000110 10110 0 110111 110011

Color Harmonies of #C73C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C3C

Black with #C73C3C

Text Example


Text Example

White with #C73C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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