Html Css Color HEX #C73325 Persian Red

📋 copy color: '#C73325'

red 199 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #C73325

Tints of Persian Red #C73325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.77%

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

R = 69.34%
G = 17.77%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73325 (or 0xC73325) is known color: Persian Red. HEX triplet: C7, 33 and 25. RGB value is (199,51,37). Sum of RGB (Red+Green+Blue) = 199+51+37=287 (38% of max value = 765). Red value is 199 (78.12% from 255 or 69.34% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 37 (14.84% from 255 or 12.89% from 287); Max value from RGB is 199 - color contains mainly: red. Hex color #C73325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73325 is #38CCDA. Grayscale: #5D5D5D. Windows color (decimal): -3722459 or 2438087. OLE color: 2438087.

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

Color convert

RGB 199 51 37 -
CMYK 0 0.74 0.81 0.22
HSL 5.19º 0.69% 0.46% -
HSV(B) 5.19º 0.81% 0.78% -
XYZ 25.07 14.64 3.26 -
YUV 93.66 96.03 203.14 -
System Red Green Blue C M Y K H S L
Decimal 199 51 37 0 0.74 0.81 0.22 5.19 0.69 0.46
Hex C7 33 25 0 4A 51 16 5 45 2E
Octal 307 63 45 0 112 121 26 5 105 56
Binary 11000111 110011 100101 0 1001010 1010001 10110 101 1000101 101110

Color Harmonies of #C73325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73325

Black with #C73325

Text Example


Text Example

White with #C73325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73325; }

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

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

background-color css

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

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

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

border-color css

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

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

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