Html Css Color HEX #C72822 Persian Red

📋 copy color: '#C72822'

red 199 ◦ green 40 ◦ blue 34

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

Shades of Persian Red #C72822

Tints of Persian Red #C72822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 34 (13.67% from 255) = 12.45%

R = 72.89%
G = 14.65%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C72822 (or 0xC72822) is known color: Persian Red. HEX triplet: C7, 28 and 22. RGB value is (199,40,34). Sum of RGB (Red+Green+Blue) = 199+40+34=273 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.89% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 199 - color contains mainly: red. Hex color #C72822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72822 is #38D7DD. Grayscale: #575757. Windows color (decimal): -3725278 or 2238663. OLE color: 2238663.

HSL color Cylindrical-coordinate representation of color #C72822: hue angle of 2.18º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72822 is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 40 34 -
CMYK 0 0.80 0.83 0.22
HSL 2.18º 0.71% 0.46% -
HSV(B) 2.18º 0.83% 0.78% -
XYZ 24.6 13.78 2.88 -
YUV 86.86 98.18 207.99 -
System Red Green Blue C M Y K H S L
Decimal 199 40 34 0 0.80 0.83 0.22 2.18 0.71 0.46
Hex C7 28 22 0 50 53 16 2 47 2E
Octal 307 50 42 0 120 123 26 2 107 56
Binary 11000111 101000 100010 0 1010000 1010011 10110 10 1000111 101110

Color Harmonies of #C72822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72822

Black with #C72822

Text Example


Text Example

White with #C72822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72822; }

 p { color: rgb(199,40,34); }

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

background-color css

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

 a { background-color: rgb(199,40,34); }

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

border-color css

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

 span { border-color: rgb(199,40,34); }

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