Html Css Color HEX #C73636 Persian Red

📋 copy color: '#C73636'

red 199 ◦ green 54 ◦ blue 54

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

Shades of Persian Red #C73636

Tints of Persian Red #C73636

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

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

R = 64.82%
G = 17.59%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#C73636 (or 0xC73636) is known color: Persian Red. HEX triplet: C7, 36 and 36. RGB value is (199,54,54). Sum of RGB (Red+Green+Blue) = 199+54+54=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C73636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73636 is #38C9C9. Grayscale: #616161. Windows color (decimal): -3721674 or 3552967. OLE color: 3552967.

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

Color convert

RGB 199 54 54 -
CMYK 0 0.73 0.73 0.22
HSL 0.57% 0.5% -
HSV(B) 0.73% 0.78% -
XYZ 25.54 15.05 5.05 -
YUV 97.36 103.54 200.5 -
System Red Green Blue C M Y K H S L
Decimal 199 54 54 0 0.73 0.73 0.22 0 0.57 0.5
Hex C7 36 36 0 49 49 16 0 39 32
Octal 307 66 66 0 111 111 26 0 71 62
Binary 11000111 110110 110110 0 1001001 1001001 10110 0 111001 110010

Color Harmonies of #C73636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73636

Black with #C73636

Text Example


Text Example

White with #C73636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73636; }

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

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

background-color css

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

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

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

border-color css

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

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

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