Html Css Color HEX #C73229 Persian Red

📋 copy color: '#C73229'

red 199 ◦ green 50 ◦ blue 41

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

Shades of Persian Red #C73229

Tints of Persian Red #C73229

RGB

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

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

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

R = 68.62%
G = 17.24%
B = 14.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73229 (or 0xC73229) is known color: Persian Red. HEX triplet: C7, 32 and 29. RGB value is (199,50,41). Sum of RGB (Red+Green+Blue) = 199+50+41=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C73229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73229 is #38CDD6. Grayscale: #5D5D5D. Windows color (decimal): -3722711 or 2699975. OLE color: 2699975.

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

Color convert

RGB 199 50 41 -
CMYK 0 0.75 0.79 0.22
HSL 3.42º 0.66% 0.47% -
HSV(B) 3.42º 0.79% 0.78% -
XYZ 25.09 14.58 3.59 -
YUV 93.53 98.36 203.23 -
System Red Green Blue C M Y K H S L
Decimal 199 50 41 0 0.75 0.79 0.22 3.42 0.66 0.47
Hex C7 32 29 0 4B 4F 16 3 42 2F
Octal 307 62 51 0 113 117 26 3 102 57
Binary 11000111 110010 101001 0 1001011 1001111 10110 11 1000010 101111

Color Harmonies of #C73229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73229

Black with #C73229

Text Example


Text Example

White with #C73229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73229; }

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

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

background-color css

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

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

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

border-color css

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

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

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