Html Css Color HEX #C73F2E Persian Red

📋 copy color: '#C73F2E'

red 199 ◦ green 63 ◦ blue 46

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

Shades of Persian Red #C73F2E

Tints of Persian Red #C73F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.94%

R = 64.61%
G = 20.45%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C73F2E (or 0xC73F2E) is known color: Persian Red. HEX triplet: C7, 3F and 2E. RGB value is (199,63,46). Sum of RGB (Red+Green+Blue) = 199+63+46=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 46 (18.36% from 255 or 14.94% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F2E is #38C0D1. Grayscale: #656565. Windows color (decimal): -3719378 or 3030983. OLE color: 3030983.

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

Color convert

RGB 199 63 46 -
CMYK 0 0.68 0.77 0.22
HSL 6.67º 0.62% 0.48% -
HSV(B) 6.67º 0.77% 0.78% -
XYZ 25.82 15.89 4.29 -
YUV 101.73 96.56 197.38 -
System Red Green Blue C M Y K H S L
Decimal 199 63 46 0 0.68 0.77 0.22 6.67 0.62 0.48
Hex C7 3F 2E 0 44 4D 16 7 3E 30
Octal 307 77 56 0 104 115 26 7 76 60
Binary 11000111 111111 101110 0 1000100 1001101 10110 111 111110 110000

Color Harmonies of #C73F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73F2E

Black with #C73F2E

Text Example


Text Example

White with #C73F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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