Html Css Color HEX #C72924 Persian Red

📋 copy color: '#C72924'

red 199 ◦ green 41 ◦ blue 36

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

Shades of Persian Red #C72924

Tints of Persian Red #C72924

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 72.1%
G = 14.86%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C72924 (or 0xC72924) is known color: Persian Red. HEX triplet: C7, 29 and 24. RGB value is (199,41,36). Sum of RGB (Red+Green+Blue) = 199+41+36=276 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.10% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 199 - color contains mainly: red. Hex color #C72924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72924 is #38D6DB. Grayscale: #575757. Windows color (decimal): -3725020 or 2369991. OLE color: 2369991.

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

Color convert

RGB 199 41 36 -
CMYK 0 0.79 0.82 0.22
HSL 1.84º 0.69% 0.46% -
HSV(B) 1.84º 0.82% 0.78% -
XYZ 24.66 13.86 3.04 -
YUV 87.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 199 41 36 0 0.79 0.82 0.22 1.84 0.69 0.46
Hex C7 29 24 0 4F 52 16 2 45 2E
Octal 307 51 44 0 117 122 26 2 105 56
Binary 11000111 101001 100100 0 1001111 1010010 10110 10 1000101 101110

Color Harmonies of #C72924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72924

Black with #C72924

Text Example


Text Example

White with #C72924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72924; }

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

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

background-color css

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

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

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

border-color css

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

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

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