Html Css Color HEX #C73C36 Persian Red

📋 copy color: '#C73C36'

red 199 ◦ green 60 ◦ blue 54

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

Shades of Persian Red #C73C36

Tints of Persian Red #C73C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.25%

R = 63.58%
G = 19.17%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73C36 (or 0xC73C36) is known color: Persian Red. HEX triplet: C7, 3C and 36. RGB value is (199,60,54). Sum of RGB (Red+Green+Blue) = 199+60+54=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C36 is #38C3C9. Grayscale: #656565. Windows color (decimal): -3720138 or 3554503. OLE color: 3554503.

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

Color convert

RGB 199 60 54 -
CMYK 0 0.70 0.73 0.22
HSL 2.48º 0.57% 0.5% -
HSV(B) 2.48º 0.73% 0.78% -
XYZ 25.83 15.64 5.15 -
YUV 100.88 101.55 197.99 -
System Red Green Blue C M Y K H S L
Decimal 199 60 54 0 0.70 0.73 0.22 2.48 0.57 0.5
Hex C7 3C 36 0 46 49 16 2 39 32
Octal 307 74 66 0 106 111 26 2 71 62
Binary 11000111 111100 110110 0 1000110 1001001 10110 10 111001 110010

Color Harmonies of #C73C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C36

Black with #C73C36

Text Example


Text Example

White with #C73C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C36; }

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

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

background-color css

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

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

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

border-color css

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

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

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