Html Css Color HEX #C73125 Persian Red

📋 copy color: '#C73125'

red 199 ◦ green 49 ◦ blue 37

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

Shades of Persian Red #C73125

Tints of Persian Red #C73125

RGB

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

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

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

R = 69.82%
G = 17.19%
B = 12.98%

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

#C73125 (or 0xC73125) is known color: Persian Red. HEX triplet: C7, 31 and 25. RGB value is (199,49,37). Sum of RGB (Red+Green+Blue) = 199+49+37=285 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.82% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 199 - color contains mainly: red. Hex color #C73125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73125 is #38CEDA. Grayscale: #5C5C5C. Windows color (decimal): -3722971 or 2437575. OLE color: 2437575.

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

Color convert

RGB 199 49 37 -
CMYK 0 0.75 0.81 0.22
HSL 4.44º 0.69% 0.46% -
HSV(B) 4.44º 0.81% 0.78% -
XYZ 24.99 14.47 3.23 -
YUV 92.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 199 49 37 0 0.75 0.81 0.22 4.44 0.69 0.46
Hex C7 31 25 0 4B 51 16 4 45 2E
Octal 307 61 45 0 113 121 26 4 105 56
Binary 11000111 110001 100101 0 1001011 1010001 10110 100 1000101 101110

Color Harmonies of #C73125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73125

Black with #C73125

Text Example


Text Example

White with #C73125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73125; }

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

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

background-color css

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

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

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

border-color css

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

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

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