Html Css Color HEX #C73929 Persian Red

📋 copy color: '#C73929'

red 199 ◦ green 57 ◦ blue 41

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

Shades of Persian Red #C73929

Tints of Persian Red #C73929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.19%

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

R = 67%
G = 19.19%
B = 13.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73929 (or 0xC73929) is known color: Persian Red. HEX triplet: C7, 39 and 29. RGB value is (199,57,41). Sum of RGB (Red+Green+Blue) = 199+57+41=297 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.00% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 199 - color contains mainly: red. Hex color #C73929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73929 is #38C6D6. Grayscale: #616161. Windows color (decimal): -3720919 or 2701767. OLE color: 2701767.

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

Color convert

RGB 199 57 41 -
CMYK 0 0.71 0.79 0.22
HSL 6.08º 0.66% 0.47% -
HSV(B) 6.08º 0.79% 0.78% -
XYZ 25.42 15.23 3.7 -
YUV 97.63 96.04 200.3 -
System Red Green Blue C M Y K H S L
Decimal 199 57 41 0 0.71 0.79 0.22 6.08 0.66 0.47
Hex C7 39 29 0 47 4F 16 6 42 2F
Octal 307 71 51 0 107 117 26 6 102 57
Binary 11000111 111001 101001 0 1000111 1001111 10110 110 1000010 101111

Color Harmonies of #C73929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73929

Black with #C73929

Text Example


Text Example

White with #C73929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73929; }

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

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

background-color css

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

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

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

border-color css

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

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

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