Html Css Color HEX #C73831 Persian Red

📋 copy color: '#C73831'

red 199 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #C73831

Tints of Persian Red #C73831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 65.46%
G = 18.42%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C73831 (or 0xC73831) is known color: Persian Red. HEX triplet: C7, 38 and 31. RGB value is (199,56,49). Sum of RGB (Red+Green+Blue) = 199+56+49=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C73831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73831 is #38C7CE. Grayscale: #626262. Windows color (decimal): -3721167 or 3225799. OLE color: 3225799.

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

Color convert

RGB 199 56 49 -
CMYK 0 0.72 0.75 0.22
HSL 2.8º 0.6% 0.49% -
HSV(B) 2.8º 0.75% 0.78% -
XYZ 25.52 15.19 4.49 -
YUV 97.96 100.38 200.07 -
System Red Green Blue C M Y K H S L
Decimal 199 56 49 0 0.72 0.75 0.22 2.8 0.6 0.49
Hex C7 38 31 0 48 4B 16 3 3C 31
Octal 307 70 61 0 110 113 26 3 74 61
Binary 11000111 111000 110001 0 1001000 1001011 10110 11 111100 110001

Color Harmonies of #C73831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73831

Black with #C73831

Text Example


Text Example

White with #C73831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73831; }

 p { color: rgb(199,56,49); }

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

background-color css

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

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

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

border-color css

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

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

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