Html Css Color HEX #C73C35 Persian Red

📋 copy color: '#C73C35'

red 199 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #C73C35

Tints of Persian Red #C73C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.99%

R = 63.78%
G = 19.23%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73C35 (or 0xC73C35) is known color: Persian Red. HEX triplet: C7, 3C and 35. RGB value is (199,60,53). Sum of RGB (Red+Green+Blue) = 199+60+53=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73C35 is #38C3CA. Grayscale: #646464. Windows color (decimal): -3720139 or 3488967. OLE color: 3488967.

HSL color Cylindrical-coordinate representation of color #C73C35: hue angle of 2.88º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73C35 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 60 53 -
CMYK 0 0.70 0.73 0.22
HSL 2.88º 0.58% 0.49% -
HSV(B) 2.88º 0.73% 0.78% -
XYZ 25.81 15.63 5.02 -
YUV 100.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 199 60 53 0 0.70 0.73 0.22 2.88 0.58 0.49
Hex C7 3C 35 0 46 49 16 3 3A 31
Octal 307 74 65 0 106 111 26 3 72 61
Binary 11000111 111100 110101 0 1000110 1001001 10110 11 111010 110001

Color Harmonies of #C73C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73C35

Black with #C73C35

Text Example


Text Example

White with #C73C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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