Html Css Color HEX #C73725 Persian Red

📋 copy color: '#C73725'

red 199 ◦ green 55 ◦ blue 37

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

Shades of Persian Red #C73725

Tints of Persian Red #C73725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 68.38%
G = 18.9%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73725 (or 0xC73725) is known color: Persian Red. HEX triplet: C7, 37 and 25. RGB value is (199,55,37). Sum of RGB (Red+Green+Blue) = 199+55+37=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C73725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73725 is #38C8DA. Grayscale: #606060. Windows color (decimal): -3721435 or 2439111. OLE color: 2439111.

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

Color convert

RGB 199 55 37 -
CMYK 0 0.72 0.81 0.22
HSL 6.67º 0.69% 0.46% -
HSV(B) 6.67º 0.81% 0.78% -
XYZ 25.25 15.01 3.32 -
YUV 96 94.71 201.46 -
System Red Green Blue C M Y K H S L
Decimal 199 55 37 0 0.72 0.81 0.22 6.67 0.69 0.46
Hex C7 37 25 0 48 51 16 7 45 2E
Octal 307 67 45 0 110 121 26 7 105 56
Binary 11000111 110111 100101 0 1001000 1010001 10110 111 1000101 101110

Color Harmonies of #C73725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73725

Black with #C73725

Text Example


Text Example

White with #C73725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73725; }

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

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

background-color css

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

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

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

border-color css

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

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

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