Html Css Color HEX #C73F2C Persian Red

📋 copy color: '#C73F2C'

red 199 ◦ green 63 ◦ blue 44

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

Shades of Persian Red #C73F2C

Tints of Persian Red #C73F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 44 (17.58% from 255) = 14.38%

R = 65.03%
G = 20.59%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C73F2C (or 0xC73F2C) is known color: Persian Red. HEX triplet: C7, 3F and 2C. RGB value is (199,63,44). Sum of RGB (Red+Green+Blue) = 199+63+44=306 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.03% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F2C is #38C0D3. Grayscale: #656565. Windows color (decimal): -3719380 or 2899911. OLE color: 2899911.

HSL color Cylindrical-coordinate representation of color #C73F2C: hue angle of 7.35º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C73F2C is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 63 44 -
CMYK 0 0.68 0.78 0.22
HSL 7.35º 0.64% 0.48% -
HSV(B) 7.35º 0.78% 0.78% -
XYZ 25.79 15.88 4.09 -
YUV 101.5 95.56 197.54 -
System Red Green Blue C M Y K H S L
Decimal 199 63 44 0 0.68 0.78 0.22 7.35 0.64 0.48
Hex C7 3F 2C 0 44 4E 16 7 40 30
Octal 307 77 54 0 104 116 26 7 100 60
Binary 11000111 111111 101100 0 1000100 1001110 10110 111 1000000 110000

Color Harmonies of #C73F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F2C

Black with #C73F2C

Text Example


Text Example

White with #C73F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F2C; }

 p { color: rgb(199,63,44); }

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

background-color css

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

 a { background-color: rgb(199,63,44); }

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

border-color css

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

 span { border-color: rgb(199,63,44); }

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