Html Css Color HEX #C73E3C Persian Red

📋 copy color: '#C73E3C'

red 199 ◦ green 62 ◦ blue 60

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

Shades of Persian Red #C73E3C

Tints of Persian Red #C73E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 60 (23.83% from 255) = 18.69%

R = 61.99%
G = 19.31%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C73E3C (or 0xC73E3C) is known color: Persian Red. HEX triplet: C7, 3E and 3C. RGB value is (199,62,60). Sum of RGB (Red+Green+Blue) = 199+62+60=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E3C is #38C1C3. Grayscale: #666666. Windows color (decimal): -3719620 or 3948231. OLE color: 3948231.

HSL color Cylindrical-coordinate representation of color #C73E3C: hue angle of 0.86º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73E3C is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 62 60 -
CMYK 0 0.69 0.70 0.22
HSL 0.86º 0.55% 0.51% -
HSV(B) 0.86º 0.7% 0.78% -
XYZ 26.09 15.91 5.97 -
YUV 102.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 199 62 60 0 0.69 0.70 0.22 0.86 0.55 0.51
Hex C7 3E 3C 0 45 46 16 1 37 33
Octal 307 76 74 0 105 106 26 1 67 63
Binary 11000111 111110 111100 0 1000101 1000110 10110 1 110111 110011

Color Harmonies of #C73E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73E3C

Black with #C73E3C

Text Example


Text Example

White with #C73E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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