Html Css Color HEX #C73329 Persian Red

📋 copy color: '#C73329'

red 199 ◦ green 51 ◦ blue 41

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

Shades of Persian Red #C73329

Tints of Persian Red #C73329

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.53%

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

R = 68.38%
G = 17.53%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73329 (or 0xC73329) is known color: Persian Red. HEX triplet: C7, 33 and 29. RGB value is (199,51,41). Sum of RGB (Red+Green+Blue) = 199+51+41=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C73329 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73329 is #38CCD6. Grayscale: #5E5E5E. Windows color (decimal): -3722455 or 2700231. OLE color: 2700231.

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

Color convert

RGB 199 51 41 -
CMYK 0 0.74 0.79 0.22
HSL 3.8º 0.66% 0.47% -
HSV(B) 3.8º 0.79% 0.78% -
XYZ 25.14 14.67 3.6 -
YUV 94.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 199 51 41 0 0.74 0.79 0.22 3.8 0.66 0.47
Hex C7 33 29 0 4A 4F 16 4 42 2F
Octal 307 63 51 0 112 117 26 4 102 57
Binary 11000111 110011 101001 0 1001010 1001111 10110 100 1000010 101111

Color Harmonies of #C73329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73329

Black with #C73329

Text Example


Text Example

White with #C73329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73329; }

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

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

background-color css

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

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

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

border-color css

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

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

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