Html Css Color HEX #C73F3F Persian Red

📋 copy color: '#C73F3F'

red 199 ◦ green 63 ◦ blue 63

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

Shades of Persian Red #C73F3F

Tints of Persian Red #C73F3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.38%

R = 61.23%
G = 19.38%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#C73F3F (or 0xC73F3F) is known color: Persian Red. HEX triplet: C7, 3F and 3F. RGB value is (199,63,63). Sum of RGB (Red+Green+Blue) = 199+63+63=325 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.23% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F3F is #38C0C0. Grayscale: #676767. Windows color (decimal): -3719361 or 4145095. OLE color: 4145095.

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

Color convert

RGB 199 63 63 -
CMYK 0 0.68 0.68 0.22
HSL 0.55% 0.51% -
HSV(B) 0.68% 0.78% -
XYZ 26.23 16.06 6.42 -
YUV 103.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 199 63 63 0 0.68 0.68 0.22 0 0.55 0.51
Hex C7 3F 3F 0 44 44 16 0 37 33
Octal 307 77 77 0 104 104 26 0 67 63
Binary 11000111 111111 111111 0 1000100 1000100 10110 0 110111 110011

Color Harmonies of #C73F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F3F

Black with #C73F3F

Text Example


Text Example

White with #C73F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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