Html Css Color HEX #C73E2E Persian Red

📋 copy color: '#C73E2E'

red 199 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #C73E2E

Tints of Persian Red #C73E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.2%

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

R = 64.82%
G = 20.2%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C73E2E (or 0xC73E2E) is known color: Persian Red. HEX triplet: C7, 3E and 2E. RGB value is (199,62,46). Sum of RGB (Red+Green+Blue) = 199+62+46=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 62 (24.61% from 255 or 20.20% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73E2E is #38C1D1. Grayscale: #656565. Windows color (decimal): -3719634 or 3030727. OLE color: 3030727.

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

Color convert

RGB 199 62 46 -
CMYK 0 0.69 0.77 0.22
HSL 6.27º 0.62% 0.48% -
HSV(B) 6.27º 0.77% 0.78% -
XYZ 25.77 15.78 4.27 -
YUV 101.14 96.89 197.8 -
System Red Green Blue C M Y K H S L
Decimal 199 62 46 0 0.69 0.77 0.22 6.27 0.62 0.48
Hex C7 3E 2E 0 45 4D 16 6 3E 30
Octal 307 76 56 0 105 115 26 6 76 60
Binary 11000111 111110 101110 0 1000101 1001101 10110 110 111110 110000

Color Harmonies of #C73E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73E2E

Black with #C73E2E

Text Example


Text Example

White with #C73E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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