Html Css Color HEX #C73124 Persian Red

📋 copy color: '#C73124'

red 199 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #C73124

Tints of Persian Red #C73124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.25%

 BLUE value IS 36 (14.45% from 255) = 12.68%

R = 70.07%
G = 17.25%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C73124 (or 0xC73124) is known color: Persian Red. HEX triplet: C7, 31 and 24. RGB value is (199,49,36). Sum of RGB (Red+Green+Blue) = 199+49+36=284 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.07% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 36 (14.45% from 255 or 12.68% from 284); Max value from RGB is 199 - color contains mainly: red. Hex color #C73124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73124 is #38CEDB. Grayscale: #5C5C5C. Windows color (decimal): -3722972 or 2372039. OLE color: 2372039.

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

Color convert

RGB 199 49 36 -
CMYK 0 0.75 0.82 0.22
HSL 4.79º 0.69% 0.46% -
HSV(B) 4.79º 0.82% 0.78% -
XYZ 24.97 14.47 3.15 -
YUV 92.37 96.2 204.06 -
System Red Green Blue C M Y K H S L
Decimal 199 49 36 0 0.75 0.82 0.22 4.79 0.69 0.46
Hex C7 31 24 0 4B 52 16 5 45 2E
Octal 307 61 44 0 113 122 26 5 105 56
Binary 11000111 110001 100100 0 1001011 1010010 10110 101 1000101 101110

Color Harmonies of #C73124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73124

Black with #C73124

Text Example


Text Example

White with #C73124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73124; }

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

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

background-color css

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

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

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

border-color css

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

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

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