Html Css Color HEX #C73529 Persian Red

📋 copy color: '#C73529'

red 199 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #C73529

Tints of Persian Red #C73529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.99%

R = 67.92%
G = 18.09%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73529 (or 0xC73529) is known color: Persian Red. HEX triplet: C7, 35 and 29. RGB value is (199,53,41). Sum of RGB (Red+Green+Blue) = 199+53+41=293 (38% of max value = 765). Red value is 199 (78.12% from 255 or 67.92% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 199 - color contains mainly: red. Hex color #C73529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73529 is #38CAD6. Grayscale: #5F5F5F. Windows color (decimal): -3721943 or 2700743. OLE color: 2700743.

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

Color convert

RGB 199 53 41 -
CMYK 0 0.73 0.79 0.22
HSL 4.56º 0.66% 0.47% -
HSV(B) 4.56º 0.79% 0.78% -
XYZ 25.23 14.85 3.63 -
YUV 95.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 199 53 41 0 0.73 0.79 0.22 4.56 0.66 0.47
Hex C7 35 29 0 49 4F 16 5 42 2F
Octal 307 65 51 0 111 117 26 5 102 57
Binary 11000111 110101 101001 0 1001001 1001111 10110 101 1000010 101111

Color Harmonies of #C73529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73529

Black with #C73529

Text Example


Text Example

White with #C73529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73529; }

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

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

background-color css

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

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

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

border-color css

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

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

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