Html Css Color HEX #C73526 Persian Red

📋 copy color: '#C73526'

red 199 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #C73526

Tints of Persian Red #C73526

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.28%

 BLUE value IS 38 (15.23% from 255) = 13.1%

R = 68.62%
G = 18.28%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73526 (or 0xC73526) is known color: Persian Red. HEX triplet: C7, 35 and 26. RGB value is (199,53,38). Sum of RGB (Red+Green+Blue) = 199+53+38=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 38 (15.23% from 255 or 13.10% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C73526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73526 is #38CAD9. Grayscale: #5F5F5F. Windows color (decimal): -3721946 or 2504135. OLE color: 2504135.

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

Color convert

RGB 199 53 38 -
CMYK 0 0.73 0.81 0.22
HSL 5.59º 0.68% 0.46% -
HSV(B) 5.59º 0.81% 0.78% -
XYZ 25.18 14.83 3.37 -
YUV 94.94 95.87 202.22 -
System Red Green Blue C M Y K H S L
Decimal 199 53 38 0 0.73 0.81 0.22 5.59 0.68 0.46
Hex C7 35 26 0 49 51 16 6 44 2E
Octal 307 65 46 0 111 121 26 6 104 56
Binary 11000111 110101 100110 0 1001001 1010001 10110 110 1000100 101110

Color Harmonies of #C73526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73526

Black with #C73526

Text Example


Text Example

White with #C73526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73526; }

 p { color: rgb(199,53,38); }

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

background-color css

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

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

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

border-color css

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

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

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