Html Css Color HEX #C73225 Persian Red

📋 copy color: '#C73225'

red 199 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #C73225

Tints of Persian Red #C73225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

 BLUE value IS 37 (14.84% from 255) = 12.94%

R = 69.58%
G = 17.48%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73225 (or 0xC73225) is known color: Persian Red. HEX triplet: C7, 32 and 25. RGB value is (199,50,37). Sum of RGB (Red+Green+Blue) = 199+50+37=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 37 (14.84% from 255 or 12.94% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C73225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73225 is #38CDDA. Grayscale: #5D5D5D. Windows color (decimal): -3722715 or 2437831. OLE color: 2437831.

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

Color convert

RGB 199 50 37 -
CMYK 0 0.75 0.81 0.22
HSL 4.81º 0.69% 0.46% -
HSV(B) 4.81º 0.81% 0.78% -
XYZ 25.03 14.56 3.24 -
YUV 93.07 96.36 203.56 -
System Red Green Blue C M Y K H S L
Decimal 199 50 37 0 0.75 0.81 0.22 4.81 0.69 0.46
Hex C7 32 25 0 4B 51 16 5 45 2E
Octal 307 62 45 0 113 121 26 5 105 56
Binary 11000111 110010 100101 0 1001011 1010001 10110 101 1000101 101110

Color Harmonies of #C73225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73225

Black with #C73225

Text Example


Text Example

White with #C73225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73225; }

 p { color: rgb(199,50,37); }

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

background-color css

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

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

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

border-color css

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

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

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