Html Css Color HEX #C73F38 Persian Red

📋 copy color: '#C73F38'

red 199 ◦ green 63 ◦ blue 56

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

Shades of Persian Red #C73F38

Tints of Persian Red #C73F38

RGB

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

 GREEN value IS 63 (25% from 255) = 19.81%

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

R = 62.58%
G = 19.81%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C73F38 (or 0xC73F38) is known color: Persian Red. HEX triplet: C7, 3F and 38. RGB value is (199,63,56). Sum of RGB (Red+Green+Blue) = 199+63+56=318 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.58% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F38 is #38C0C7. Grayscale: #676767. Windows color (decimal): -3719368 or 3686343. OLE color: 3686343.

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

Color convert

RGB 199 63 56 -
CMYK 0 0.68 0.72 0.22
HSL 2.94º 0.56% 0.5% -
HSV(B) 2.94º 0.72% 0.78% -
XYZ 26.04 15.98 5.45 -
YUV 102.87 101.56 196.57 -
System Red Green Blue C M Y K H S L
Decimal 199 63 56 0 0.68 0.72 0.22 2.94 0.56 0.5
Hex C7 3F 38 0 44 48 16 3 38 32
Octal 307 77 70 0 104 110 26 3 70 62
Binary 11000111 111111 111000 0 1000100 1001000 10110 11 111000 110010

Color Harmonies of #C73F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F38

Black with #C73F38

Text Example


Text Example

White with #C73F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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