Html Css Color HEX #C72725 Persian Red

📋 copy color: '#C72725'

red 199 ◦ green 39 ◦ blue 37

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

Shades of Persian Red #C72725

Tints of Persian Red #C72725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

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

R = 72.36%
G = 14.18%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C72725 (or 0xC72725) is known color: Persian Red. HEX triplet: C7, 27 and 25. RGB value is (199,39,37). Sum of RGB (Red+Green+Blue) = 199+39+37=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C72725 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72725 is #38D8DA. Grayscale: #565656. Windows color (decimal): -3725531 or 2435015. OLE color: 2435015.

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

Color convert

RGB 199 39 37 -
CMYK 0 0.80 0.81 0.22
HSL 0.74º 0.69% 0.46% -
HSV(B) 0.74º 0.81% 0.78% -
XYZ 24.61 13.73 3.1 -
YUV 86.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 199 39 37 0 0.80 0.81 0.22 0.74 0.69 0.46
Hex C7 27 25 0 50 51 16 1 45 2E
Octal 307 47 45 0 120 121 26 1 105 56
Binary 11000111 100111 100101 0 1010000 1010001 10110 1 1000101 101110

Color Harmonies of #C72725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72725

Black with #C72725

Text Example


Text Example

White with #C72725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72725; }

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

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

background-color css

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

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

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

border-color css

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

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

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