Html Css Color HEX #C73F3D Persian Red

📋 copy color: '#C73F3D'

red 199 ◦ green 63 ◦ blue 61

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

Shades of Persian Red #C73F3D

Tints of Persian Red #C73F3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.89%

R = 61.61%
G = 19.5%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C73F3D (or 0xC73F3D) is known color: Persian Red. HEX triplet: C7, 3F and 3D. RGB value is (199,63,61). Sum of RGB (Red+Green+Blue) = 199+63+61=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 63 (25% from 255 or 19.50% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F3D is #38C0C2. Grayscale: #676767. Windows color (decimal): -3719363 or 4014023. OLE color: 4014023.

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

Color convert

RGB 199 63 61 -
CMYK 0 0.68 0.69 0.22
HSL 0.87º 0.55% 0.51% -
HSV(B) 0.87º 0.69% 0.78% -
XYZ 26.17 16.03 6.13 -
YUV 103.44 104.06 196.16 -
System Red Green Blue C M Y K H S L
Decimal 199 63 61 0 0.68 0.69 0.22 0.87 0.55 0.51
Hex C7 3F 3D 0 44 45 16 1 37 33
Octal 307 77 75 0 104 105 26 1 67 63
Binary 11000111 111111 111101 0 1000100 1000101 10110 1 110111 110011

Color Harmonies of #C73F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F3D

Black with #C73F3D

Text Example


Text Example

White with #C73F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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