Html Css Color HEX #C73729 Persian Red

📋 copy color: '#C73729'

red 199 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #C73729

Tints of Persian Red #C73729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

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

R = 67.46%
G = 18.64%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73729 (or 0xC73729) is known color: Persian Red. HEX triplet: C7, 37 and 29. RGB value is (199,55,41). Sum of RGB (Red+Green+Blue) = 199+55+41=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C73729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73729 is #38C8D6. Grayscale: #606060. Windows color (decimal): -3721431 or 2701255. OLE color: 2701255.

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

Color convert

RGB 199 55 41 -
CMYK 0 0.72 0.79 0.22
HSL 5.32º 0.66% 0.47% -
HSV(B) 5.32º 0.79% 0.78% -
XYZ 25.32 15.03 3.67 -
YUV 96.46 96.71 201.14 -
System Red Green Blue C M Y K H S L
Decimal 199 55 41 0 0.72 0.79 0.22 5.32 0.66 0.47
Hex C7 37 29 0 48 4F 16 5 42 2F
Octal 307 67 51 0 110 117 26 5 102 57
Binary 11000111 110111 101001 0 1001000 1001111 10110 101 1000010 101111

Color Harmonies of #C73729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73729

Black with #C73729

Text Example


Text Example

White with #C73729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73729; }

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

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

background-color css

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

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

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

border-color css

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

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

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