Html Css Color HEX #C72624 Persian Red

📋 copy color: '#C72624'

red 199 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #C72624

Tints of Persian Red #C72624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.92%

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 72.89%
G = 13.92%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C72624 (or 0xC72624) is known color: Persian Red. HEX triplet: C7, 26 and 24. RGB value is (199,38,36). Sum of RGB (Red+Green+Blue) = 199+38+36=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 38 (15.23% from 255 or 13.92% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C72624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72624 is #38D9DB. Grayscale: #565656. Windows color (decimal): -3725788 or 2369223. OLE color: 2369223.

HSL color Cylindrical-coordinate representation of color #C72624: 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.82%. Process color model (Four color, CMYK) of #C72624 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 38 36 -
CMYK 0 0.81 0.82 0.22
HSL 0.74º 0.69% 0.46% -
HSV(B) 0.74º 0.82% 0.78% -
XYZ 24.56 13.66 3.01 -
YUV 85.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 199 38 36 0 0.81 0.82 0.22 0.74 0.69 0.46
Hex C7 26 24 0 51 52 16 1 45 2E
Octal 307 46 44 0 121 122 26 1 105 56
Binary 11000111 100110 100100 0 1010001 1010010 10110 1 1000101 101110

Color Harmonies of #C72624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72624

Black with #C72624

Text Example


Text Example

White with #C72624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72624; }

 p { color: rgb(199,38,36); }

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

background-color css

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

 a { background-color: rgb(199,38,36); }

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

border-color css

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

 span { border-color: rgb(199,38,36); }

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