Html Css Color HEX #C73825 Persian Red

📋 copy color: '#C73825'

red 199 ◦ green 56 ◦ blue 37

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

Shades of Persian Red #C73825

Tints of Persian Red #C73825

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 68.15%
G = 19.18%
B = 12.67%

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

#C73825 (or 0xC73825) is known color: Persian Red. HEX triplet: C7, 38 and 25. RGB value is (199,56,37). Sum of RGB (Red+Green+Blue) = 199+56+37=292 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.15% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 199 - color contains mainly: red. Hex color #C73825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73825 is #38C7DA. Grayscale: #606060. Windows color (decimal): -3721179 or 2439367. OLE color: 2439367.

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

Color convert

RGB 199 56 37 -
CMYK 0 0.72 0.81 0.22
HSL 7.04º 0.69% 0.46% -
HSV(B) 7.04º 0.81% 0.78% -
XYZ 25.3 15.1 3.33 -
YUV 96.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 199 56 37 0 0.72 0.81 0.22 7.04 0.69 0.46
Hex C7 38 25 0 48 51 16 7 45 2E
Octal 307 70 45 0 110 121 26 7 105 56
Binary 11000111 111000 100101 0 1001000 1010001 10110 111 1000101 101110

Color Harmonies of #C73825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73825

Black with #C73825

Text Example


Text Example

White with #C73825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73825; }

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

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

background-color css

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

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

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

border-color css

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

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

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