Html Css Color HEX #C73D2C Persian Red

📋 copy color: '#C73D2C'

red 199 ◦ green 61 ◦ blue 44

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

Shades of Persian Red #C73D2C

Tints of Persian Red #C73D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.07%

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

R = 65.46%
G = 20.07%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C73D2C (or 0xC73D2C) is known color: Persian Red. HEX triplet: C7, 3D and 2C. RGB value is (199,61,44). Sum of RGB (Red+Green+Blue) = 199+61+44=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 61 (24.22% from 255 or 20.07% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D2C is #38C2D3. Grayscale: #646464. Windows color (decimal): -3719892 or 2899399. OLE color: 2899399.

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

Color convert

RGB 199 61 44 -
CMYK 0 0.69 0.78 0.22
HSL 6.58º 0.64% 0.48% -
HSV(B) 6.58º 0.78% 0.78% -
XYZ 25.68 15.66 4.05 -
YUV 100.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 199 61 44 0 0.69 0.78 0.22 6.58 0.64 0.48
Hex C7 3D 2C 0 45 4E 16 7 40 30
Octal 307 75 54 0 105 116 26 7 100 60
Binary 11000111 111101 101100 0 1000101 1001110 10110 111 1000000 110000

Color Harmonies of #C73D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D2C

Black with #C73D2C

Text Example


Text Example

White with #C73D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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