Html Css Color HEX #C73A38 Persian Red

📋 copy color: '#C73A38'

red 199 ◦ green 58 ◦ blue 56

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

Shades of Persian Red #C73A38

Tints of Persian Red #C73A38

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.53%

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 63.58%
G = 18.53%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C73A38 (or 0xC73A38) is known color: Persian Red. HEX triplet: C7, 3A and 38. RGB value is (199,58,56). Sum of RGB (Red+Green+Blue) = 199+58+56=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 58 (23.05% from 255 or 18.53% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A38 is #38C5C7. Grayscale: #646464. Windows color (decimal): -3720648 or 3685063. OLE color: 3685063.

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

Color convert

RGB 199 58 56 -
CMYK 0 0.71 0.72 0.22
HSL 0.84º 0.56% 0.5% -
HSV(B) 0.84º 0.72% 0.78% -
XYZ 25.78 15.45 5.37 -
YUV 99.93 103.21 198.66 -
System Red Green Blue C M Y K H S L
Decimal 199 58 56 0 0.71 0.72 0.22 0.84 0.56 0.5
Hex C7 3A 38 0 47 48 16 1 38 32
Octal 307 72 70 0 107 110 26 1 70 62
Binary 11000111 111010 111000 0 1000111 1001000 10110 1 111000 110010

Color Harmonies of #C73A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73A38

Black with #C73A38

Text Example


Text Example

White with #C73A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73A38; }

 p { color: rgb(199,58,56); }

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

background-color css

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

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

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

border-color css

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

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

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