Html Css Color HEX #C73C31 Persian Red

📋 copy color: '#C73C31'

red 199 ◦ green 60 ◦ blue 49

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

Shades of Persian Red #C73C31

Tints of Persian Red #C73C31

RGB

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

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

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

R = 64.61%
G = 19.48%
B = 15.91%

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

#C73C31 (or 0xC73C31) is known color: Persian Red. HEX triplet: C7, 3C and 31. RGB value is (199,60,49). Sum of RGB (Red+Green+Blue) = 199+60+49=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C31 is #38C3CE. Grayscale: #646464. Windows color (decimal): -3720143 or 3226823. OLE color: 3226823.

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

Color convert

RGB 199 60 49 -
CMYK 0 0.70 0.75 0.22
HSL 4.4º 0.6% 0.49% -
HSV(B) 4.4º 0.75% 0.78% -
XYZ 25.72 15.6 4.56 -
YUV 100.31 99.05 198.39 -
System Red Green Blue C M Y K H S L
Decimal 199 60 49 0 0.70 0.75 0.22 4.4 0.6 0.49
Hex C7 3C 31 0 46 4B 16 4 3C 31
Octal 307 74 61 0 106 113 26 4 74 61
Binary 11000111 111100 110001 0 1000110 1001011 10110 100 111100 110001

Color Harmonies of #C73C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C31

Black with #C73C31

Text Example


Text Example

White with #C73C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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