Html Css Color HEX #C73C2A Persian Red

📋 copy color: '#C73C2A'

red 199 ◦ green 60 ◦ blue 42

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

Shades of Persian Red #C73C2A

Tints of Persian Red #C73C2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.95%

R = 66.11%
G = 19.93%
B = 13.95%

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

#C73C2A (or 0xC73C2A) is known color: Persian Red. HEX triplet: C7, 3C and 2A. RGB value is (199,60,42). Sum of RGB (Red+Green+Blue) = 199+60+42=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C2A is #38C3D5. Grayscale: #636363. Windows color (decimal): -3720150 or 2768071. OLE color: 2768071.

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

Color convert

RGB 199 60 42 -
CMYK 0 0.70 0.79 0.22
HSL 6.88º 0.65% 0.47% -
HSV(B) 6.88º 0.79% 0.78% -
XYZ 25.59 15.54 3.84 -
YUV 99.51 95.55 198.96 -
System Red Green Blue C M Y K H S L
Decimal 199 60 42 0 0.70 0.79 0.22 6.88 0.65 0.47
Hex C7 3C 2A 0 46 4F 16 7 41 2F
Octal 307 74 52 0 106 117 26 7 101 57
Binary 11000111 111100 101010 0 1000110 1001111 10110 111 1000001 101111

Color Harmonies of #C73C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C2A

Black with #C73C2A

Text Example


Text Example

White with #C73C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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