Html Css Color HEX #C73625 Persian Red

📋 copy color: '#C73625'

red 199 ◦ green 54 ◦ blue 37

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

Shades of Persian Red #C73625

Tints of Persian Red #C73625

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.62%

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

R = 68.62%
G = 18.62%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73625 (or 0xC73625) is known color: Persian Red. HEX triplet: C7, 36 and 25. RGB value is (199,54,37). Sum of RGB (Red+Green+Blue) = 199+54+37=290 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.62% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 199 - color contains mainly: red. Hex color #C73625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73625 is #38C9DA. Grayscale: #5F5F5F. Windows color (decimal): -3721691 or 2438855. OLE color: 2438855.

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

Color convert

RGB 199 54 37 -
CMYK 0 0.73 0.81 0.22
HSL 6.3º 0.69% 0.46% -
HSV(B) 6.3º 0.81% 0.78% -
XYZ 25.21 14.91 3.3 -
YUV 95.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 199 54 37 0 0.73 0.81 0.22 6.3 0.69 0.46
Hex C7 36 25 0 49 51 16 6 45 2E
Octal 307 66 45 0 111 121 26 6 105 56
Binary 11000111 110110 100101 0 1001001 1010001 10110 110 1000101 101110

Color Harmonies of #C73625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73625

Black with #C73625

Text Example


Text Example

White with #C73625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73625; }

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

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

background-color css

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

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

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

border-color css

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

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

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