Html Css Color HEX #C73C29 Persian Red

📋 copy color: '#C73C29'

red 199 ◦ green 60 ◦ blue 41

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

Shades of Persian Red #C73C29

Tints of Persian Red #C73C29

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20%

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

R = 66.33%
G = 20%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C73C29 (or 0xC73C29) is known color: Persian Red. HEX triplet: C7, 3C and 29. RGB value is (199,60,41). Sum of RGB (Red+Green+Blue) = 199+60+41=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 41 (16.41% from 255 or 13.67% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C29 is #38C3D6. Grayscale: #636363. Windows color (decimal): -3720151 or 2702535. OLE color: 2702535.

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

Color convert

RGB 199 60 41 -
CMYK 0 0.70 0.79 0.22
HSL 7.22º 0.66% 0.47% -
HSV(B) 7.22º 0.79% 0.78% -
XYZ 25.57 15.53 3.75 -
YUV 99.4 95.05 199.04 -
System Red Green Blue C M Y K H S L
Decimal 199 60 41 0 0.70 0.79 0.22 7.22 0.66 0.47
Hex C7 3C 29 0 46 4F 16 7 42 2F
Octal 307 74 51 0 106 117 26 7 102 57
Binary 11000111 111100 101001 0 1000110 1001111 10110 111 1000010 101111

Color Harmonies of #C73C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C29

Black with #C73C29

Text Example


Text Example

White with #C73C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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