Html Css Color HEX #C73B29 Persian Red

📋 copy color: '#C73B29'

red 199 ◦ green 59 ◦ blue 41

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

Shades of Persian Red #C73B29

Tints of Persian Red #C73B29

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.73%

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

R = 66.56%
G = 19.73%
B = 13.71%

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

#C73B29 (or 0xC73B29) is known color: Persian Red. HEX triplet: C7, 3B and 29. RGB value is (199,59,41). Sum of RGB (Red+Green+Blue) = 199+59+41=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B29 is #38C4D6. Grayscale: #636363. Windows color (decimal): -3720407 or 2702279. OLE color: 2702279.

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

Color convert

RGB 199 59 41 -
CMYK 0 0.70 0.79 0.22
HSL 6.84º 0.66% 0.47% -
HSV(B) 6.84º 0.79% 0.78% -
XYZ 25.52 15.43 3.73 -
YUV 98.81 95.38 199.46 -
System Red Green Blue C M Y K H S L
Decimal 199 59 41 0 0.70 0.79 0.22 6.84 0.66 0.47
Hex C7 3B 29 0 46 4F 16 7 42 2F
Octal 307 73 51 0 106 117 26 7 102 57
Binary 11000111 111011 101001 0 1000110 1001111 10110 111 1000010 101111

Color Harmonies of #C73B29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B29

Black with #C73B29

Text Example


Text Example

White with #C73B29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B29; }

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

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

background-color css

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

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

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

border-color css

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

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

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