Html Css Color HEX #C73736 Persian Red

📋 copy color: '#C73736'

red 199 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #C73736

Tints of Persian Red #C73736

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.86%

 BLUE value IS 54 (21.48% from 255) = 17.53%

R = 64.61%
G = 17.86%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73736 (or 0xC73736) is known color: Persian Red. HEX triplet: C7, 37 and 36. RGB value is (199,55,54). Sum of RGB (Red+Green+Blue) = 199+55+54=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 54 (21.48% from 255 or 17.53% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73736 is #38C8C9. Grayscale: #626262. Windows color (decimal): -3721418 or 3553223. OLE color: 3553223.

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

Color convert

RGB 199 55 54 -
CMYK 0 0.72 0.73 0.22
HSL 0.41º 0.57% 0.5% -
HSV(B) 0.41º 0.73% 0.78% -
XYZ 25.59 15.14 5.06 -
YUV 97.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 199 55 54 0 0.72 0.73 0.22 0.41 0.57 0.5
Hex C7 37 36 0 48 49 16 0 39 32
Octal 307 67 66 0 110 111 26 0 71 62
Binary 11000111 110111 110110 0 1001000 1001001 10110 0 111001 110010

Color Harmonies of #C73736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73736

Black with #C73736

Text Example


Text Example

White with #C73736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73736; }

 p { color: rgb(199,55,54); }

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

background-color css

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

 a { background-color: rgb(199,55,54); }

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

border-color css

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

 span { border-color: rgb(199,55,54); }

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