Html Css Color HEX #C73226 Persian Red

📋 copy color: '#C73226'

red 199 ◦ green 50 ◦ blue 38

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

Shades of Persian Red #C73226

Tints of Persian Red #C73226

RGB

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

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

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

R = 69.34%
G = 17.42%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73226 (or 0xC73226) is known color: Persian Red. HEX triplet: C7, 32 and 26. RGB value is (199,50,38). Sum of RGB (Red+Green+Blue) = 199+50+38=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 50 (19.92% from 255 or 17.42% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C73226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73226 is #38CDD9. Grayscale: #5D5D5D. Windows color (decimal): -3722714 or 2503367. OLE color: 2503367.

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

Color convert

RGB 199 50 38 -
CMYK 0 0.75 0.81 0.22
HSL 4.47º 0.68% 0.46% -
HSV(B) 4.47º 0.81% 0.78% -
XYZ 25.04 14.56 3.32 -
YUV 93.18 96.86 203.48 -
System Red Green Blue C M Y K H S L
Decimal 199 50 38 0 0.75 0.81 0.22 4.47 0.68 0.46
Hex C7 32 26 0 4B 51 16 4 44 2E
Octal 307 62 46 0 113 121 26 4 104 56
Binary 11000111 110010 100110 0 1001011 1010001 10110 100 1000100 101110

Color Harmonies of #C73226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73226

Black with #C73226

Text Example


Text Example

White with #C73226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73226; }

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

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

background-color css

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

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

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

border-color css

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

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

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