Html Css Color HEX #C72623 Persian Red

📋 copy color: '#C72623'

red 199 ◦ green 38 ◦ blue 35

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

Shades of Persian Red #C72623

Tints of Persian Red #C72623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.87%

R = 73.16%
G = 13.97%
B = 12.87%

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

#C72623 (or 0xC72623) is known color: Persian Red. HEX triplet: C7, 26 and 23. RGB value is (199,38,35). Sum of RGB (Red+Green+Blue) = 199+38+35=272 (36% of max value = 765). Red value is 199 (78.12% from 255 or 73.16% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 35 (14.06% from 255 or 12.87% from 272); Max value from RGB is 199 - color contains mainly: red. Hex color #C72623 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72623 is #38D9DC. Grayscale: #555555. Windows color (decimal): -3725789 or 2303687. OLE color: 2303687.

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

Color convert

RGB 199 38 35 -
CMYK 0 0.81 0.82 0.22
HSL 1.1º 0.7% 0.46% -
HSV(B) 1.1º 0.82% 0.78% -
XYZ 24.55 13.65 2.93 -
YUV 85.8 99.34 208.74 -
System Red Green Blue C M Y K H S L
Decimal 199 38 35 0 0.81 0.82 0.22 1.1 0.7 0.46
Hex C7 26 23 0 51 52 16 1 46 2E
Octal 307 46 43 0 121 122 26 1 106 56
Binary 11000111 100110 100011 0 1010001 1010010 10110 1 1000110 101110

Color Harmonies of #C72623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72623

Black with #C72623

Text Example


Text Example

White with #C72623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72623; }

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

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

background-color css

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

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

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

border-color css

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

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

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