Html Css Color HEX #C73224 Persian Red

📋 copy color: '#C73224'

red 199 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #C73224

Tints of Persian Red #C73224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 69.82%
G = 17.54%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C73224 (or 0xC73224) is known color: Persian Red. HEX triplet: C7, 32 and 24. RGB value is (199,50,36). Sum of RGB (Red+Green+Blue) = 199+50+36=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C73224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73224 is #38CDDB. Grayscale: #5D5D5D. Windows color (decimal): -3722716 or 2372295. OLE color: 2372295.

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

Color convert

RGB 199 50 36 -
CMYK 0 0.75 0.82 0.22
HSL 5.15º 0.69% 0.46% -
HSV(B) 5.15º 0.82% 0.78% -
XYZ 25.01 14.55 3.16 -
YUV 92.96 95.86 203.64 -
System Red Green Blue C M Y K H S L
Decimal 199 50 36 0 0.75 0.82 0.22 5.15 0.69 0.46
Hex C7 32 24 0 4B 52 16 5 45 2E
Octal 307 62 44 0 113 122 26 5 105 56
Binary 11000111 110010 100100 0 1001011 1010010 10110 101 1000101 101110

Color Harmonies of #C73224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73224

Black with #C73224

Text Example


Text Example

White with #C73224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73224; }

 p { color: rgb(199,50,36); }

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

background-color css

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

 a { background-color: rgb(199,50,36); }

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

border-color css

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

 span { border-color: rgb(199,50,36); }

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