Html Css Color HEX #C73524 Persian Red

📋 copy color: '#C73524'

red 199 ◦ green 53 ◦ blue 36

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

Shades of Persian Red #C73524

Tints of Persian Red #C73524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.4%

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

R = 69.1%
G = 18.4%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C73524 (or 0xC73524) is known color: Persian Red. HEX triplet: C7, 35 and 24. RGB value is (199,53,36). Sum of RGB (Red+Green+Blue) = 199+53+36=288 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.10% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 199 - color contains mainly: red. Hex color #C73524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73524 is #38CADB. Grayscale: #5E5E5E. Windows color (decimal): -3721948 or 2373063. OLE color: 2373063.

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

Color convert

RGB 199 53 36 -
CMYK 0 0.73 0.82 0.22
HSL 6.26º 0.69% 0.46% -
HSV(B) 6.26º 0.82% 0.78% -
XYZ 25.14 14.82 3.2 -
YUV 94.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 199 53 36 0 0.73 0.82 0.22 6.26 0.69 0.46
Hex C7 35 24 0 49 52 16 6 45 2E
Octal 307 65 44 0 111 122 26 6 105 56
Binary 11000111 110101 100100 0 1001001 1010010 10110 110 1000101 101110

Color Harmonies of #C73524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73524

Black with #C73524

Text Example


Text Example

White with #C73524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73524; }

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

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

background-color css

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

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

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

border-color css

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

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

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